FSOUND_INIT_USEDEFAULTMIDISYNTH |
0x01 /* Causes MIDI playback to force software decoding. */
|
FSOUND_INIT_GLOBALFOCUS |
0x02 /* For DirectSound output - sound is not muted when window is out of focus. */
|
FSOUND_INIT_ENABLEOUTPUTFX |
0x04 /* For DirectSound output - Allows FSOUND_FX api to be used on global software mixer output! */
|
FSOUND_INIT_ACCURATEVULEVELS |
0x08 /* This latency adjusts FSOUND_GetCurrentLevels, but incurs a small cpu and memory hit */
|
FSOUND_INIT_DISABLE_CORE0_REVERB |
0x10 /* PS2 only - Disable reverb on CORE 0 to regain SRAM */
|
FSOUND_INIT_DISABLE_CORE1_REVERB |
0x20 /* PS2 only - Disable reverb on CORE 1 to regain SRAM */
|