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.
This commit is contained in:
nanahi 2024-02-25 22:57:36 -05:00 committed by Dudemanguy
parent 0b4b6746b4
commit 3afc1678ba
1 changed files with 1 additions and 1 deletions

View File

@ -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.