IrrKlang.NET

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

Enables the Flanger sound effect with default values. Flange is an echo effect in which the delay between the original signal and its echo is very short and varies over time. The result is sometimes referred to as a sweeping sound. The term flange originated with the practice of grabbing the flanges of a tape reel to change the speed.

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

Return Value

Returns true if successful.

See Also

ISoundEffectControl Class | IrrKlang Namespace | ISoundEffectControl.EnableFlangerSoundEffect Overload List