Firelight Technologies FMOD Studio API
Parameter types for the FMOD_DSP_TYPE_CHORUS filter.
typedef enum {
FMOD_DSP_CHORUS_MIX,
FMOD_DSP_CHORUS_RATE,
FMOD_DSP_CHORUS_DEPTH
} FMOD_DSP_CHORUS;
FMOD_DSP_CHORUS_MIX
(Type:float) - Volume of original signal to pass to output. 0.0 to 100.0. Default = 50.0.
FMOD_DSP_CHORUS_RATE
(Type:float) - Chorus modulation rate in Hz. 0.0 to 20.0. Default = 0.8 Hz.
FMOD_DSP_CHORUS_DEPTH
(Type:float) - Chorus modulation depth. 0.0 to 100.0. Default = 3.0.
Chorous is an effect where the sound is more 'spacious' due to 1 to 3 versions of the sound being played along side the original signal but with the pitch of each copy modulating on a sine wave.
Version 1.03.06 Built on Apr 17, 2014