IrrKlang.NET

ISoundEffectControl.EnableParamEqSoundEffect Method (Single, Single, Single)

Enables the ParamEq sound effect with default values. Parametric equalizer amplifies or attenuates signals of a given frequency. If this sound effect is already enabled, calling this only modifies the parameters of the active effect.

[Visual Basic]
Overloads Public Function EnableParamEqSoundEffect( _
   ByVal fCenter As Single, _
   ByVal fBandwidth As Single, _
   ByVal fGain As Single _
) As Boolean
[C#]
public bool EnableParamEqSoundEffect(
   float fCenter,
   float fBandwidth,
   float fGain
);

Return Value

Returns true if successful.

See Also

ISoundEffectControl Class | IrrKlang Namespace | ISoundEffectControl.EnableParamEqSoundEffect Overload List