Previous Topic Index Next Topic
[API function]

FSOUND_FX_SetGargle

Sets the parameters for the gargle effect on a particular channel

signed char F_API FSOUND_FX_SetGargle(
int channel,
int RateHz,
int WaveShape
);

Parameters

channel Channel number/handle to set gargle parameters for.
RateHz Rate of modulation, in Hertz. Must be in the range from 1 through 1000.
WaveShape Shape of the modulation wave. The following values are defined.
0 - Triangular wave.
1 - Square wave.

Return Value

On success, TRUE is returned.
On failure, FALSE is returned.

Remarks

Make sure you have enabled this effect with FSOUND_FX_Enable and FSOUND_FX_WAVES_GARGLE before using this function.

See Also

FSOUND_FX_Enable , FSOUND_FX_MODES , FSOUND_FX_SetChorus , FSOUND_FX_SetCompressor , FSOUND_FX_SetDistortion , FSOUND_FX_SetEcho , FSOUND_FX_SetFlanger , FSOUND_FX_SetI3DL2Reverb , FSOUND_FX_SetParamEQ , FSOUND_FX_SetWavesReverb

This document copyright ©Firelight Multimedia, 1999-2001. All rights reserved.
Generated Thu Sep 13 00:18:09 2001 by SourceDoc v0.10, the automated source code documenter.