From 3afc1678ba77b8967a48f49bd0f9a7fe1105fa62 Mon Sep 17 00:00:00 2001 From: nanahi <130121847+na-na-hi@users.noreply.github.com> Date: Sun, 25 Feb 2024 22:57:36 -0500 Subject: [PATCH] DOCS/options: clarify the impact of --audio-buffer While making this larger do make audio filters react slower, it doesn't always make softvol react slower. This is because the softvol reaction speed is related to the ao buffer size which on many systems have an upper limit, typically much lower than 200 ms. In this case the softvol won't react slower. Change the wording to clarify this. --- DOCS/man/options.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index b3ca658496..cf4a970c84 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -2262,7 +2262,7 @@ Audio 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, + Making this larger may 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.