IrrKlang.NET

ISoundEffectControl.EnableChorusSoundEffect Method (Single, Single, Single, Single, Boolean, Single, Int32)

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.

[Visual Basic]
Overloads Public Function EnableChorusSoundEffect( _
   ByVal fWetDryMix As Single, _
   ByVal fDepth As Single, _
   ByVal fFeedback As Single, _
   ByVal fFrequency As Single, _
   ByVal sinusWaveForm As Boolean, _
   ByVal fDelay As Single, _
   ByVal lPhase As Integer _
) As Boolean
[C#]
public bool EnableChorusSoundEffect(
   float fWetDryMix,
   float fDepth,
   float fFeedback,
   float fFrequency,
   bool sinusWaveForm,
   float fDelay,
   int lPhase
);

Return Value

Returns true if successful.

See Also

ISoundEffectControl Class | IrrKlang Namespace | ISoundEffectControl.EnableChorusSoundEffect Overload List