IrrKlang.NET

ISoundEffectControl.EnableChorusSoundEffect Method

Enables the chorus sound effect with default values. Chorus is a voice-doubling effect created by echoing the original sound with a slight delay and slightly modulating the delay of the echo. If this sound effect is already enabled, calling this only modifies the parameters of the active effect.

Overload List

Enables the chorus sound effect with default values. Chorus is a voice-doubling effect created by echoing the original sound with a slight delay and slightly modulating the delay of the echo. If this sound effect is already enabled, calling this only modifies the parameters of the active effect.

public bool EnableChorusSoundEffect();

Enables the chorus sound effect with default values. Chorus is a voice-doubling effect created by echoing the original sound with a slight delay and slightly modulating the delay of the echo. If this sound effect is already enabled, calling this only modifies the parameters of the active effect.

public bool EnableChorusSoundEffect(float,float,float,float,bool,float,int);

See Also

ISoundEffectControl Class | IrrKlang Namespace