signed char F_API FSOUND_FX_SetParamEQ(
int fxid,
float Center,
float Bandwidth,
float Gain
);
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. |