summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-09-05 21:04:41 +0200
committerwm4 <wm4@nowhere>2016-09-05 21:04:41 +0200
commit726ef35aa83907308587dda822c0f0fcd68fc07f (patch)
treeec04dc987bb5206a2a8d9be580d248d498233f71 /DOCS
parent4ab860cddc177047663bbe8940b0d34c621b6425 (diff)
downloadmpv-726ef35aa83907308587dda822c0f0fcd68fc07f.tar.bz2
mpv-726ef35aa83907308587dda822c0f0fcd68fc07f.tar.xz
ao_jack: move to global options
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/ao.rst14
1 files changed, 8 insertions, 6 deletions
diff --git a/DOCS/man/ao.rst b/DOCS/man/ao.rst
index 9d364b9685..d39ee598ed 100644
--- a/DOCS/man/ao.rst
+++ b/DOCS/man/ao.rst
@@ -55,21 +55,23 @@ Available audio output drivers are:
``SOUND_DEVICE_NAMES`` in ``/usr/include/linux/soundcard.h``.
``jack``
- JACK (Jack Audio Connection Kit) audio output driver
+ JACK (Jack Audio Connection Kit) audio output driver.
- ``port=<name>``
+ The following global options are supported by this audio output:
+
+ ``--jack-port=<name>``
Connects to the ports with the given name (default: physical ports).
- ``name=<client>``
+ ``--jack-name=<client>``
Client name that is passed to JACK (default: ``mpv``). Useful
if you want to have certain connections established automatically.
- ``(no-)autostart``
+ ``--jack-autostart=<yes|no>``
Automatically start jackd if necessary (default: disabled). Note that
this tends to be unreliable and will flood stdout with server messages.
- ``(no-)connect``
+ ``--jack-connect=<yes|no>``
Automatically create connections to output ports (default: enabled).
When enabled, the maximum number of output channels will be limited to
the number of available output ports.
- ``std-channel-layout=waveext|any``
+ ``--jack-std-channel-layout=<waveext|any>``
Select the standard channel layout (default: waveext). JACK itself has no
notion of channel layouts (i.e. assigning which speaker a given
channel is supposed to map to) - it just takes whatever the application