summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorTérence Clastres <t.clastres@gmail.com>2019-05-05 06:53:41 +0200
committerwm4 <1387750+wm4@users.noreply.github.com>2019-09-21 12:54:36 +0200
commit41f4e8d73ab93e64ec6ac3f7f999445236577374 (patch)
tree1691a9d0f24143940f822214064248bcb0dfdae2 /DOCS
parentabfc58cad424fb9a023d0334e20fd34d63f887a7 (diff)
downloadmpv-41f4e8d73ab93e64ec6ac3f7f999445236577374.tar.bz2
mpv-41f4e8d73ab93e64ec6ac3f7f999445236577374.tar.xz
ao_pulse: add --pulse-allow-suspended
This flag makes mpv continue using the PulseAudio driver even if the sink is suspended. This can be useful if JACK is running with PulseAudio in bridge mode and the sink-input assigned to mpv is the one JACK controls, thus being suspended. By forcing mpv to still use PulseAudio in this case, the user can now adjust the sink to an unsuspended one.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/ao.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/DOCS/man/ao.rst b/DOCS/man/ao.rst
index 04994058c3..a0c5052b46 100644
--- a/DOCS/man/ao.rst
+++ b/DOCS/man/ao.rst
@@ -152,6 +152,10 @@ Available audio output drivers are:
If you have stuttering video when using pulse, try to enable this
option. (Or try to update PulseAudio.)
+ ``--pulse-allow-suspended=<yes|no>``
+ Allow mpv to use PulseAudio even if the sink is suspended (default: no).
+ Can be useful if PulseAudio is running as a bridge to jack and mpv has its sink-input set to the one jack is using.
+
``sdl``
SDL 1.2+ audio output driver. Should work on any platform supported by SDL
1.2, but may require the ``SDL_AUDIODRIVER`` environment variable to be set