signed char F_API FSOUND_SetSurround(
int channel,
signed char surround
);
channel | The channel number/handle to change the surround for. FSOUND_ALL can also be used (see remarks). |
surround | Toggle value - TRUE enables surround sound on the channel, FALSE disables it. |