Struct AudioEffectChorus
Adds a chorus audio effect.
struct AudioEffectChorus
;
The effect applies a filter with voices to duplicate the audio source and manipulate it through the filter.
Properties
Name | Type | Description |
---|---|---|
dry [get, set]
|
double | The effect's raw signal. |
voice1CutoffHz [get, set]
|
double | The voice's cutoff frequency. |
voice1DelayMs [get, set]
|
double | The voice's signal delay. |
voice1DepthMs [get, set]
|
double | The voice filter's depth. |
voice1LevelDb [get, set]
|
double | The voice's volume. |
voice1Pan [get, set]
|
double | The voice's pan level. |
voice1RateHz [get, set]
|
double | The voice's filter rate. |
voice2CutoffHz [get, set]
|
double | The voice's cutoff frequency. |
voice2DelayMs [get, set]
|
double | The voice's signal delay. |
voice2DepthMs [get, set]
|
double | The voice filter's depth. |
voice2LevelDb [get, set]
|
double | The voice's volume. |
voice2Pan [get, set]
|
double | The voice's pan level. |
voice2RateHz [get, set]
|
double | The voice's filter rate. |
voice3CutoffHz [get, set]
|
double | The voice's cutoff frequency. |
voice3DelayMs [get, set]
|
double | The voice's signal delay. |
voice3DepthMs [get, set]
|
double | The voice filter's depth. |
voice3LevelDb [get, set]
|
double | The voice's volume. |
voice3Pan [get, set]
|
double | The voice's pan level. |
voice3RateHz [get, set]
|
double | The voice's filter rate. |
voice4CutoffHz [get, set]
|
double | The voice's cutoff frequency. |
voice4DelayMs [get, set]
|
double | The voice's signal delay. |
voice4DepthMs [get, set]
|
double | The voice filter's depth. |
voice4LevelDb [get, set]
|
double | The voice's volume. |
voice4Pan [get, set]
|
double | The voice's pan level. |
voice4RateHz [get, set]
|
double | The voice's filter rate. |
voiceCount [get, set]
|
long | The amount of voices in the effect. |
wet [get, set]
|
double | The effect's processed signal. |