signed char F_API FSOUND_SetFrequency(
int channel,
int freq
);
channel | The channel number/handle to change the frequency for. FSOUND_ALL can also be used (see remarks). |
freq | The frequency to set. Valid ranges are from 100 to 705600, and -100 to -705600. |