summaryrefslogtreecommitdiffstats
path: root/DOCS/man/en/ao.rst
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/man/en/ao.rst')
-rw-r--r--DOCS/man/en/ao.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/DOCS/man/en/ao.rst b/DOCS/man/en/ao.rst
index ae0432784f..dc7b7fccb1 100644
--- a/DOCS/man/en/ao.rst
+++ b/DOCS/man/en/ao.rst
@@ -92,6 +92,21 @@ dsound (Windows only)
Sets the device number to use. Playing a file with ``-v`` will show a
list of available devices.
+sdl
+ SDL 1.2+ audio output driver. Should work everywhere where SDL 1.2 builds,
+ but may require the SDL_AUDIODRIVER environment variable to be set
+ appropriately for your system.
+
+ buflen=<length>
+ Sets the audio buffer length in seconds. Is used only approximately,
+ or even disaregarded entirely by the sound system. Playing a file with
+ ``-v`` will show the requested and obtained exact buffer size. A value
+ of 0 selects the sound system default.
+
+ bufcnt=<count>
+ Sets the number of extra audio buffers in mpv. Usually needs not be
+ changed.
+
null
Produces no audio output but maintains video playback speed. Use
``--no-audio`` for benchmarking.