From a7d737a6986446ba921690cc985468534ed8caab Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 4 Sep 2014 23:48:27 +0200 Subject: audio: make buffer size configurable Really only for testing. --- DOCS/man/options.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'DOCS') diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 18391ae118..901dc74889 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -994,6 +994,20 @@ Audio Do not use. +``--audio-buffer=`` + Set the audio output minimum buffer. The audio device might actually create + a larger buffer if it pleases. If the device creates a smaller buffer, + additional audio is buffered in an additional software buffer. + + Making this larger will make soft-volume and other filters react slower, + introduce additional issues on playback speed change, and block the + player on audio format changes. A smaller buffer might lead to audio + dropouts. + + This option should be used for testing only. If a non-default value helps + significantly, the mpv developers should be contacted. + + Default: 0.2 (200 ms). Subtitles --------- -- cgit v1.2.3