Previous Topic Index Next Topic
[API function]

FSOUND_FX_SetParamEQ

Sets the parameters for the Param EQ effect on a particular channel

signed char F_API FSOUND_FX_SetParamEQ(
int fxid,
float Center,
float Bandwidth,
float Gain
);

Parameters

fxid fx handle generated by FSOUND_FX_Enable, to set ParamEQ parameters for.
Center Center frequency, in hertz, in the range from 80 to 16000. This value cannot exceed one-third of the frequency of the buffer. Default is 8000.
Bandwidth Bandwidth, in semitones, in the range from 1 to 36. Default is 12.
Gain Gain, in the range from -15 to 15. Default is 0.

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_PARAMEQ before using this function.
___________________
Supported on the following platforms : Win32

See Also

FSOUND_FX_Disable , FSOUND_FX_Enable , FSOUND_FX_MODES , FSOUND_FX_SetChorus , FSOUND_FX_SetCompressor , FSOUND_FX_SetDistortion , FSOUND_FX_SetEcho , FSOUND_FX_SetFlanger , FSOUND_FX_SetGargle , FSOUND_FX_SetI3DL2Reverb , FSOUND_FX_SetWavesReverb

This document copyright ©Firelight Technologies, Pty, Ltd, 1999-2002. All rights reserved.
Generated Thu Dec 15 17:31:29 2005 by SourceDoc v0.10, the automated source code documenter.