From a220a3aae6975d1a6c5e0b1325ee07040b0f701b Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 7 Jan 2014 23:50:22 +0100 Subject: ao_pulse: add suboption to control buffer size --- DOCS/man/en/ao.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'DOCS') 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. -- cgit v1.2.3