From c8ecb662697cd3b023f9a71c9b38dea7fbd64525 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 14 Jan 2015 22:14:56 +0100 Subject: ao_pcm: add append mode Pretty useful for debugging, although a bit useless or possibly misleading too (see comments in the manpage). --- DOCS/man/ao.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'DOCS') 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 ```` 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 -- cgit v1.2.3