FSOUND_OUTPUT_NOSOUND |
/* NoSound driver, all calls to this succeed but do nothing. */
|
FSOUND_OUTPUT_WINMM |
/* Windows Multimedia driver. */
|
FSOUND_OUTPUT_DSOUND |
/* DirectSound driver. You need this to get EAX or EAX2 support. */
|
FSOUND_OUTPUT_A3D |
/* A3D driver. You need this to get geometry support. */
|
FSOUND_OUTPUT_OSS |
/* Linux/Unix OSS (Open Sound System) driver, i.e. the kernel sound drivers. */
|
FSOUND_OUTPUT_ESD |
/* Linux/Unix ESD (Enlightment Sound Daemon) driver. */
|
FSOUND_OUTPUT_ALSA |
/* Linux Alsa driver. */
|