summaryrefslogtreecommitdiffstats
path: root/DOCS/man/ao.rst
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2024-03-25 11:09:21 +0100
committersfan5 <sfan5@live.de>2024-03-25 22:45:58 +0100
commit7ccb1cbcd46187a9f2684827f30be911b0339ff5 (patch)
treedc72722023d3a78e0686de0c6c91ae2c3be1d2f4 /DOCS/man/ao.rst
parentacff22cb3bdecf28e8ce2be3146d24bdf57442aa (diff)
downloadmpv-7ccb1cbcd46187a9f2684827f30be911b0339ff5.tar.bz2
mpv-7ccb1cbcd46187a9f2684827f30be911b0339ff5.tar.xz
DOCS: update for new --pulse-latency-hacks defaults
I missed this. fixes: 8e3737ab633ba096fcf9f2da2391f84690bd1b4c
Diffstat (limited to 'DOCS/man/ao.rst')
-rw-r--r--DOCS/man/ao.rst7
1 files changed, 2 insertions, 5 deletions
diff --git a/DOCS/man/ao.rst b/DOCS/man/ao.rst
index 7bea69ce6e..4890747bc9 100644
--- a/DOCS/man/ao.rst
+++ b/DOCS/man/ao.rst
@@ -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).