#import <AEReverbModule.h>
Inherits AEAudioUnitModule.
|
double | dryWetMix |
| range is from 0 to 100 (percentage). Default is 0.
|
|
double | gain |
| range is from -20dB to 20dB. Default is 0dB.
|
|
double | minDelayTime |
| range is from 0.0001 to 1.0 seconds. Default is 0.008 seconds.
|
|
double | maxDelayTime |
| range is from 0.0001 to 1.0 seconds. Default is 0.050 seconds.
|
|
double | decayTimeAt0Hz |
| range is from 0.001 to 20.0 seconds. Default is 1.0 seconds.
|
|
double | decayTimeAtNyquist |
| range is from 0.001 to 20.0 seconds. Default is 0.5 seconds.
|
|
double | randomizeReflections |
| range is from 1 to 1000 (unitless). Default is 1.
|
|
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.
|
|
- (instancetype _Nullable) initWithRenderer: |
|
(AERenderer *_Nullable) |
NS_DESIGNATED_INITIALIZER |
|
Initializer.
- Parameters
-
Implements AEModule.
range is from 0 to 100 (percentage). Default is 0.
range is from -20dB to 20dB. Default is 0dB.
range is from 0.0001 to 1.0 seconds. Default is 0.008 seconds.
range is from 0.0001 to 1.0 seconds. Default is 0.050 seconds.
- (double) decayTimeAt0Hz |
|
readwritenonatomicassign |
range is from 0.001 to 20.0 seconds. Default is 1.0 seconds.
- (double) decayTimeAtNyquist |
|
readwritenonatomicassign |
range is from 0.001 to 20.0 seconds. Default is 0.5 seconds.
- (double) randomizeReflections |
|
readwritenonatomicassign |
range is from 1 to 1000 (unitless). Default is 1.
The documentation for this class was generated from the following file: