DOCS: update for new --pulse-latency-hacks defaults

I missed this.
fixes: 8e3737ab63
This commit is contained in:
sfan5 2024-03-25 11:09:21 +01:00
parent acff22cb3b
commit 7ccb1cbcd4
1 changed files with 2 additions and 5 deletions

View File

@ -174,15 +174,12 @@ Available audio output drivers are:
changes. "native" lets the sound server determine buffers.
``--pulse-latency-hacks=<yes|no>``
Enable hacks to workaround PulseAudio timing bugs (default: no). If
Enable hacks to workaround PulseAudio timing bugs (default: yes). If
enabled, mpv will do elaborate latency calculations on its own. If
disabled, it will use PulseAudio automatically updated timing
information. Disabling this might help with e.g. networked audio or
some plugins, while enabling it might help in some unknown situations
(it used to be required to get good behavior on old PulseAudio versions).
If you have stuttering video when using pulse, try to enable this
option. (Or try to update PulseAudio.)
(it is currently enabled due to known bugs with PulseAudio 16.0).
``--pulse-allow-suspended=<yes|no>``
Allow mpv to use PulseAudio even if the sink is suspended (default: no).