summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-01-14 22:14:56 +0100
committerwm4 <wm4@nowhere>2015-01-14 22:14:56 +0100
commitc8ecb662697cd3b023f9a71c9b38dea7fbd64525 (patch)
tree592724ffd639a6362d3cead5ee73ffb5098cadbc /DOCS
parent4cabd08e8a54c201f153ce28c783f2e7d4ee413a (diff)
downloadmpv-c8ecb662697cd3b023f9a71c9b38dea7fbd64525.tar.bz2
mpv-c8ecb662697cd3b023f9a71c9b38dea7fbd64525.tar.xz
ao_pcm: add append mode
Pretty useful for debugging, although a bit useless or possibly misleading too (see comments in the manpage).
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/ao.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/DOCS/man/ao.rst b/DOCS/man/ao.rst
index c78d812002..e16309afb8 100644
--- a/DOCS/man/ao.rst
+++ b/DOCS/man/ao.rst
@@ -257,6 +257,10 @@ Available audio output drivers are:
Write the sound to ``<filename>`` instead of the default
``audiodump.wav``. If ``no-waveheader`` is specified, the default is
``audiodump.pcm``.
+ ``(no-)append``
+ Append to the file, instead of overwriting it. Always use this with the
+ ``no-waveheader`` option - with ``waveheader`` it's broken, because
+ it will write a WAVE header every time the file is opened.
``rsound``
Audio output to an RSound daemon