mirror of https://github.com/mpv-player/mpv
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:
parent
0b4b6746b4
commit
3afc1678ba
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue