summaryrefslogtreecommitdiffstats
path: root/DOCS/man/en
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2013-10-05 22:40:38 +0200
committerwm4 <wm4@nowhere>2013-10-05 22:47:20 +0200
commit2119bcbeacb4785130215c0903cce150997cba71 (patch)
tree452368ef01c6af6cf598b12b907f84a431ce2933 /DOCS/man/en
parentae9a3e33aafaa0d708d54e2c42a563e45dadb0f7 (diff)
downloadmpv-2119bcbeacb4785130215c0903cce150997cba71.tar.bz2
mpv-2119bcbeacb4785130215c0903cce150997cba71.tar.xz
ao_sndio: add documentation
Diffstat (limited to 'DOCS/man/en')
-rw-r--r--DOCS/man/en/ao.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/DOCS/man/en/ao.rst b/DOCS/man/en/ao.rst
index 374f23b6e1..a05811e2f3 100644
--- a/DOCS/man/en/ao.rst
+++ b/DOCS/man/en/ao.rst
@@ -174,6 +174,15 @@ Available audio output drivers are:
Set the TCP port used for connecting to the server (default: 12345).
Not used if connecting to a Unix domain socket.
+``sndio``
+ Audio output to the OpenBSD sndio sound system
+
+ (Note: only supports mono, stereo, 4.0, 5.1 and 7.1 channel
+ layouts.)
+
+ ``device=<device>``
+ sndio device to use (default: ``$AUDIODEVICE``, resp. ``snd0``).
+
``wasapi``
Audio output to the Windows Audio Session API.