summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorrim <rozhuk.im@gmail.com>2020-11-25 06:10:19 +0300
committerDudemanguy <random342@airmail.cc>2022-01-22 18:44:34 +0000
commitadc32e25e061b8a9ca927e17ae5cbf88e394dd16 (patch)
treee5f6f816c6a3e2f4a2274db3f71da1c4f016dd39 /DOCS
parent024e0cd4c1405a41edd6a8b302ec6b747bc60ea3 (diff)
downloadmpv-adc32e25e061b8a9ca927e17ae5cbf88e394dd16.tar.bz2
mpv-adc32e25e061b8a9ca927e17ae5cbf88e394dd16.tar.xz
ao_sndio: add this audio output again
Changes: - rewrite to use new internal MPV API; - code refactoring; - fix buffers size calculations; - buffer set to auto; - reset() - clean/reinit device only after errors;
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/ao.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/DOCS/man/ao.rst b/DOCS/man/ao.rst
index 91ddb49067..69ee4da498 100644
--- a/DOCS/man/ao.rst
+++ b/DOCS/man/ao.rst
@@ -228,5 +228,11 @@ Available audio output drivers are:
``no-waveheader`` option - with ``waveheader`` it's broken, because
it will write a WAVE header every time the file is opened.
+``sndio``
+ Audio output to the OpenBSD sndio sound system
+
+ (Note: only supports mono, stereo, 4.0, 5.1 and 7.1 channel
+ layouts.)
+
``wasapi``
Audio output to the Windows Audio Session API.