From 954a8f448355ded25bb2638d54d652be736b84d5 Mon Sep 17 00:00:00 2001 From: Lukasz Marek Date: Mon, 28 Apr 2014 21:33:23 +0200 Subject: lavd/pulse_audio_enc: add more buffer attributes Signed-off-by: Lukasz Marek --- doc/outdevs.texi | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'doc') diff --git a/doc/outdevs.texi b/doc/outdevs.texi index 2dadf6c6ba..a1d89eb801 100644 --- a/doc/outdevs.texi +++ b/doc/outdevs.texi @@ -290,6 +290,20 @@ When both options are provided then the highest value is used are set to 0 (which is default), the device will use the default PulseAudio duration value. By default PulseAudio set buffer duration to around 2 seconds. + +@item prebuf +Specify pre-buffering size in bytes. The server does not start with +playback before at least @option{prebuf} bytes are available in the +buffer. By default this option is initialized to the same value as +@option{buffer_size} or @option{buffer_duration} (whichever is bigger). + +@item minreq +Specify minimum request size in bytes. The server does not request less +than @option{minreq} bytes from the client, instead waits until the buffer +is free enough to request more bytes at once. It is recommended to not set +this option, which will initialize this to a value that is deemed sensible +by the server. + @end table @subsection Examples -- cgit v1.2.3