|
|
|
signed char F_API FSOUND_FX_SetGargle(
int fxid,
int RateHz,
int WaveShape
);
| fxid | fx handle generated by FSOUND_FX_Enable, 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. |