IrrKlang.NET

ISoundEffectControl.EnableParamEqSoundEffect Method

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.

Overload List

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.

public bool EnableParamEqSoundEffect();

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.

public bool EnableParamEqSoundEffect(float,float,float);

See Also

ISoundEffectControl Class | IrrKlang Namespace