diff options
-rw-r--r-- | DOCS/man/ao.rst | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/DOCS/man/ao.rst b/DOCS/man/ao.rst index 3eb2ab6125..27d0cfe3e9 100644 --- a/DOCS/man/ao.rst +++ b/DOCS/man/ao.rst @@ -114,25 +114,18 @@ Available audio output drivers are: with fixed setups. ``coreaudio`` (Mac OS X only) - Native Mac OS X audio output driver using the AudioUnits and the CoreAudio + Native Mac OS X audio output driver using AudioUnits and the CoreAudio sound server. - ``device_id=<id>`` - ID of output device to use (0 = default device) - ``help`` - List all available output devices with their IDs. + Automatically redirects to ``coreaudio_exclusive`` when playing compressed + formats. -``coreaudio_device`` (Mac OS X only) +``coreaudio_exclusive`` (Mac OS X only) Native Mac OS X audio output driver using direct device access and exclusive mode (bypasses the sound server). Supports only compressed formats (AC3 and DTS). - ``device_id=<id>`` - ID of output device to use (0 = default device) - ``help`` - List all available output devices with their IDs. - ``openal`` Experimental OpenAL audio output driver |