summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorStefano Pigozzi <stefano.pigozzi@gmail.com>2014-10-23 09:50:54 +0200
committerStefano Pigozzi <stefano.pigozzi@gmail.com>2014-10-23 09:50:54 +0200
commitc5366dd33793487a7c72b6f7be1151d191c5bafa (patch)
tree1aad0e77f88a3f55bad5744d5662ea36eb5909b7 /DOCS
parentf8d0a75b50266e812a63da0a5306f770fa02382f (diff)
downloadmpv-c5366dd33793487a7c72b6f7be1151d191c5bafa.tar.bz2
mpv-c5366dd33793487a7c72b6f7be1151d191c5bafa.tar.xz
reflect recent coreaudio changes in the manual
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/ao.rst15
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