summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorStefano Pigozzi <stefano.pigozzi@gmail.com>2014-07-02 23:17:07 +0200
committerStefano Pigozzi <stefano.pigozzi@gmail.com>2014-07-02 23:17:44 +0200
commit0bda8f48e27c576ceab28230853ad3e05fc49892 (patch)
tree0184d61b4167400cc2d0fb10e36fadda8af03b7e /DOCS
parenta6a4cd2c889d1cb2d2d6779102c5430fdc1c437c (diff)
downloadmpv-0bda8f48e27c576ceab28230853ad3e05fc49892.tar.bz2
mpv-0bda8f48e27c576ceab28230853ad3e05fc49892.tar.xz
manpage: reflect new coreaudio changes
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/ao.rst14
1 files changed, 13 insertions, 1 deletions
diff --git a/DOCS/man/ao.rst b/DOCS/man/ao.rst
index 64c9e308d3..a86f3374db 100644
--- a/DOCS/man/ao.rst
+++ b/DOCS/man/ao.rst
@@ -110,7 +110,19 @@ Available audio output drivers are:
with fixed setups.
``coreaudio`` (Mac OS X only)
- Native Mac OS X audio output driver
+ Native Mac OS X audio output driver using the 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.
+
+``coreaudio_device`` (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)