void F_API FSOUND_SetSpeakerMode( unsigned int speakermode );
Parameters
speakermode
This is an enum describing the users speaker setup.
Return Value
void
Remarks
Note - Only reliably works with FSOUND_OUTPUT_DSOUND on windows, or consoles such as PlayStation 2, GameCube and XBox.
For other output types speaker mode only interprets FSOUND_SPEAKERMODE_MONO, everything else is interpreted as stere.
----------------------------------
To get true 5.1 dolby digital or DTS output you will need a soundcard that can encode it, and a receiver that can decode it.
----------------------------------
Calling this will reset the pan separation setting. It sets it to 0 if FSOUND_SPEAKERMODE_MONO is chosen, and 1 otherwise.
You will need to reset the pan separation if required afterwards.
----------------------------------
XBOX
This function must be called before FSOUND_Init to change the default speaker mode. To change on the fly, you must close down FMOD with FSOUND_Close then re-initialize it with FSOUND_Init.
If it is called after FSOUND_Init, only headphone speakermode is interpreted to switch headphone mode on and off.
By default the dashboard setting is used for the speakermode. It is not recommend you change this mode unless you let the user change it in-game.
----------------------------------
PlayStation 2.
Only mono/stereo and prologic 2 modes are interpreted. Dolby digital or DTS are not supported.
This function must be called before playing sounds. Calling this after playing a sound will not make that existing sound work in Prologic 2.
___________________
Supported on the following platforms : Win32, WinCE, Linux, Macintosh, XBox, PlayStation 2, GameCube