summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authornanahi <130121847+na-na-hi@users.noreply.github.com>2024-02-25 22:57:36 -0500
committerDudemanguy <random342@airmail.cc>2024-02-26 15:36:37 +0000
commit3afc1678ba77b8967a48f49bd0f9a7fe1105fa62 (patch)
tree7f119d2b6480c16eefa30174465a22b8e38f5a29 /DOCS/man/options.rst
parent0b4b6746b4a909c6e6e82bad5ca374813fafae35 (diff)
downloadmpv-3afc1678ba77b8967a48f49bd0f9a7fe1105fa62.tar.bz2
mpv-3afc1678ba77b8967a48f49bd0f9a7fe1105fa62.tar.xz
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.
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst2
1 files changed, 1 insertions, 1 deletions
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.