diff options
author | Peter Meerwald <pmeerw@pmeerw.net> | 2014-02-13 21:15:04 +0100 |
---|---|---|
committer | Peter Meerwald <pmeerw@pmeerw.net> | 2014-04-16 00:02:02 +0200 |
commit | edaa0282904b11cd4a708b2f985477284c17ec4c (patch) | |
tree | 75be1ad5602933c81d5769dde50fc34fce601321 /man | |
parent | 930159d4c5feeda3c6abad02e4c74dea366f9c39 (diff) |
pactl: Document ability to specify channel volumes individually
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
Diffstat (limited to 'man')
-rw-r--r-- | man/pactl.1.xml.in | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/man/pactl.1.xml.in b/man/pactl.1.xml.in index 29071b3f2..a195b1d74 100644 --- a/man/pactl.1.xml.in +++ b/man/pactl.1.xml.in @@ -189,33 +189,37 @@ USA. </option> <option> - <p><opt>set-sink-volume</opt> <arg>SINK</arg> <arg>VOLUME</arg></p> + <p><opt>set-sink-volume</opt> <arg>SINK</arg> <arg>VOLUME [VOLUME ...]</arg></p> <optdesc><p>Set the volume of the specified sink (identified by its symbolic name or numerical index). <arg>VOLUME</arg> can be specified as an integer (e.g. 2000, 16384), a linear factor (e.g. 0.4, 1.100), a percentage (e.g. 10%, 100%) or a decibel value (e.g. 0dB, 20dB). If the volume specification start with a + or - the volume - adjustment will be relative to the current sink volume.</p></optdesc> + adjustment will be relative to the current sink volume. A single volume value affects all channels; if multiple + volume values are given their number has to match the sink's number of channels.</p></optdesc> </option> <option> - <p><opt>set-source-volume</opt> <arg>SOURCE</arg> <arg>VOLUME</arg></p> + <p><opt>set-source-volume</opt> <arg>SOURCE</arg> <arg>VOLUME [VOLUME ...]</arg></p> <optdesc><p>Set the volume of the specified source (identified by its symbolic name or numerical index). <arg>VOLUME</arg> can be specified as an integer (e.g. 2000, 16384), a linear factor (e.g. 0.4, 1.100), a percentage (e.g. 10%, 100%) or a decibel value (e.g. 0dB, 20dB). If the volume specification start with a + or - the volume - adjustment will be relative to the current source volume.</p></optdesc> </option> + adjustment will be relative to the current source volume. A single volume value affects all channels; if multiple + volume values are given their number has to match the source's number of channels.</p></optdesc> </option> <option> - <p><opt>set-sink-input-volume</opt> <arg>INPUT</arg> <arg>VOLUME</arg></p> + <p><opt>set-sink-input-volume</opt> <arg>INPUT</arg> <arg>VOLUME [VOLUME ...]</arg></p> <optdesc><p>Set the volume of the specified sink input (identified by its numerical index). <arg>VOLUME</arg> can be specified as an integer (e.g. 2000, 16384), a linear factor (e.g. 0.4, 1.100), a percentage (e.g. 10%, 100%) or a decibel value (e.g. 0dB, 20dB). If the volume specification start with a + or - the volume - adjustment will be relative to the current sink input volume.</p></optdesc> </option> + adjustment will be relative to the current sink input volume. A single volume value affects all channels; if multiple + volume values are given their number has to match the sink input's number of channels.</p></optdesc> </option> <option> - <p><opt>set-source-output-volume</opt> <arg>OUTPUT</arg> <arg>VOLUME</arg></p> + <p><opt>set-source-output-volume</opt> <arg>OUTPUT</arg> <arg>VOLUME [VOLUME ...]</arg></p> <optdesc><p>Set the volume of the specified source output (identified by its numerical index). <arg>VOLUME</arg> can be specified as an integer (e.g. 2000, 16384), a linear factor (e.g. 0.4, 1.100), a percentage (e.g. 10%, 100%) or a decibel value (e.g. 0dB, 20dB). If the volume specification start with a + or - the volume - adjustment will be relative to the current source output volume.</p></optdesc> + adjustment will be relative to the current source output volume. A single volume value affects all channels; if multiple + volume values are given their number has to match the source output's number of channels.</p></optdesc> </option> <option> |