#import <AENewTimePitchModule.h>
Inherits AEAudioUnitModule.
|
double | rate |
| range is from 1/32 to 32.0. Default is 1.0.
|
|
double | pitch |
| range is from -2400 cents to 2400 cents. Default is 0.0 cents.
|
|
double | overlap |
| range is from 3.0 to 32.0. Default is 8.0.
|
|
BOOL | enablePeakLocking |
| value is either YES or NO. Default is YES.
|
|
AudioComponentDescription | componentDescription |
| The component description.
|
|
AudioUnit _Nonnull | audioUnit |
| The audio unit.
|
|
BOOL | hasInput |
| Whether the audio unit processes input (and thus will process buffers in place, rather than pushing new buffers)
|
|
double | wetDry |
| Wet/dry amount, for use with effect audio unit types. 0.0-1.0; 0.0 bypasses the effect entirely.
|
|
AERenderer *_Nullable | subrenderer |
| Sub-renderer, for use with format converter audio unit types, such as the varispeed and time/pitch units.
|
|
AEModuleProcessFunc _Nonnull | processFunction |
| Process function.
|
|
AEModuleIsActiveFunc _Nullable | isActiveFunction |
| Active test function.
|
|
AERenderer *_Nullable | renderer |
| The renderer.
|
|
range is from 1/32 to 32.0. Default is 1.0.
range is from -2400 cents to 2400 cents. Default is 0.0 cents.
range is from 3.0 to 32.0. Default is 8.0.
- (BOOL) enablePeakLocking |
|
readwritenonatomicassign |
value is either YES or NO. Default is YES.
The documentation for this class was generated from the following file: