IrrKlang.NET

ISoundEffectControl.EnableEchoSoundEffect Method

Enables the Echo sound effect with default values. An echo effect causes an entire sound to be repeated after a fixed delay. If this sound effect is already enabled, calling this only modifies the parameters of the active effect.

Overload List

Enables the Echo sound effect with default values. An echo effect causes an entire sound to be repeated after a fixed delay. If this sound effect is already enabled, calling this only modifies the parameters of the active effect.

public bool EnableEchoSoundEffect();

Enables the Echo sound effect with default values. An echo effect causes an entire sound to be repeated after a fixed delay. If this sound effect is already enabled, calling this only modifies the parameters of the active effect.

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

See Also

ISoundEffectControl Class | IrrKlang Namespace