summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-01-07 23:50:22 +0100
committerwm4 <wm4@nowhere>2014-01-07 23:50:22 +0100
commita220a3aae6975d1a6c5e0b1325ee07040b0f701b (patch)
tree964aab31a774cfec26e48937195c9014337ad3e6 /DOCS/man
parent374f40de30178e080f24bfd9f1dc3ece2f97c8bd (diff)
downloadmpv-a220a3aae6975d1a6c5e0b1325ee07040b0f701b.tar.bz2
mpv-a220a3aae6975d1a6c5e0b1325ee07040b0f701b.tar.xz
ao_pulse: add suboption to control buffer size
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/en/ao.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/DOCS/man/en/ao.rst b/DOCS/man/en/ao.rst
index df2c33e119..ef28c0771c 100644
--- a/DOCS/man/en/ao.rst
+++ b/DOCS/man/en/ao.rst
@@ -126,6 +126,12 @@ Available audio output drivers are:
string uses a local connection, "localhost" uses network transfer
(most likely not what you want).
+ ``buffer=<1-2000|native>``
+ Set the audio buffer size in milliseconds. A higher value buffers
+ more data, and has a lower probability of buffer underruns. A smaller
+ value makes the audio stream react faster, e.g. to playback speed
+ changes. Default: 1000.
+
``portaudio``
PortAudio audio output driver. This works on all platforms, and has
extensive MS Windows support.