summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd@debian.org>2011-08-23 18:36:40 +0200
committerSjoerd Simons <sjoerd@debian.org>2011-08-23 18:36:40 +0200
commiteb98b00a0e5aab8d6e77bc18223316a36b5ff26d (patch)
tree2a845603226a16542e10615a9b57e388100231b7 /man
parentc9e69b0e35d5242394d371ea5576f430ece3eeeb (diff)
Imported Upstream version 0.99.2
Diffstat (limited to 'man')
-rw-r--r--man/pactl.187
-rw-r--r--man/pactl.1.xml.in149
2 files changed, 162 insertions, 74 deletions
diff --git a/man/pactl.1 b/man/pactl.1
index dde6e19..edd6793 100644
--- a/man/pactl.1
+++ b/man/pactl.1
@@ -2,29 +2,7 @@
.SH NAME
pactl \- Control a running PulseAudio sound server
.SH SYNOPSIS
-\fBpactl [\fIoptions\fB] stat
-
-pactl [\fIoptions\fB] list
-
-pactl [\fIoptions\fB] exit
-
-pactl [\fIoptions\fB] upload-sample \fIFILENAME\fB [\fINAME\fB]
-
-pactl [\fIoptions\fB] play-sample \fINAME\fB [\fISINK\fB]
-
-pactl [\fIoptions\fB] remove-sample \fINAME\fB
-
-pactl [\fIoptions\fB] move-sink-input \fIID\fB \fISINK\fB
-
-pactl [\fIoptions\fB] move-source-input \fIID\fB \fISOURCE\fB
-
-pactl [\fIoptions\fB] load-module \fINAME\fB [\fIARGUMENTS ...\fB]
-
-pactl [\fIoptions\fB] unload-module \fIID\fB
-
-pactl [\fIoptions\fB] suspend-sink [\fISINK\fB] \fI1|0\fB
-
-pactl [\fIoptions\fB] suspend-source [\fISOURCE\fB] \fI1|0\fB
+\fBpactl [\fIoptions\fB] \fICOMMAND\fB [\fIARGS ...\fB]
pactl --help\fB
@@ -47,12 +25,16 @@ Choose the server to connect to.
.TP
\fB-n | --client-name\f1\fI=NAME\f1
Specify the client name \fIpactl\f1 shall pass to the server when connecting.
+.SH COMMANDS
+.TP
+\fBstat\f1 [short]
+Dump a few statistics about the memory usage of the PulseAudio daemon. (Note: for backwards compatibility, we also show the output of the \fIinfo\f1 command. In order to only show statistics, use the optional \fIshort\f1 argument. In a future version of PA we will make this the default)
.TP
-\fBstat\f1
-Dump a few statistics about the PulseAudio daemon.
+\fBinfo\f1
+Dump some info about the PulseAudio daemon.
.TP
-\fBlist\f1
-Dump all currently loaded modules, available sinks, sources, streams and clients.
+\fBlist\f1 [short] [\fITYPE\f1]
+Dump all currently loaded modules, available sinks, sources, streams, etc. \fITYPE\f1 must be one of: modules, sinks, sources, sink-inputs, source-outputs, clients, samples, cards. If not specified, all info is listed. If short is given, output is in a tabular format, for easy parsing by scripts.
.TP
\fBexit\f1
Asks the PulseAudio server to terminate.
@@ -66,23 +48,62 @@ Play the specified sample from the sample cache. It is played on the default sin
\fBremove-sample\f1 \fINAME\f1
Remove the specified sample from the sample cache.
.TP
-\fBmove-sink-input\f1 \fIID\f1 \fISINK\f1
-Move the specified playback stream (identified by its numerical index) to the specified sink (identified by its symbolic name or numerical index).
-.TP
-\fBmove-source-output\f1 \fIID\f1 \fISOURCE\f1
-Move the specified recording stream (identified by its numerical index) to the specified source (identified by its symbolic name or numerical index).
-.TP
\fBload-module\f1 \fINAME\f1 [\fIARGUMENTS ...\f1]
Load the specified module with the specified arguments into the running sound server. Prints the numeric index of the module just loaded to STDOUT. You can use it to unload the module later.
.TP
\fBunload-module\f1 \fIID\f1
Unload the module instance identified by the specified numeric index.
.TP
+\fBmove-sink-input\f1 \fIID\f1 \fISINK\f1
+Move the specified playback stream (identified by its numerical index) to the specified sink (identified by its symbolic name or numerical index).
+.TP
+\fBmove-source-output\f1 \fIID\f1 \fISOURCE\f1
+Move the specified recording stream (identified by its numerical index) to the specified source (identified by its symbolic name or numerical index).
+.TP
\fBsuspend-sink\f1 \fISINK\f1 \fI1|0\f1
Suspend or resume the specified sink (which my be specified either by its symbolic name, or by its numeric index), depending whether 1 (suspend) or 0 (resume) is passed as last argument. Suspending a sink will pause all playback. Depending on the module implementing the sink this might have the effect that the underlying device is closed, making it available for other applications to use. The exact behaviour depends on the module.
.TP
\fBsuspend-source\f1 \fISOURCE\f1 \fI1|0\f1
Suspend or resume the specified source (which my be specified either by its symbolic name, or by its numeric index), depending whether 1 (suspend) or 0 (resume) is passed as last argument. Suspending a source will pause all capturing. Depending on the module implementing the source this might have the effect that the underlying device is closed, making it available for other applications to use. The exact behaviour depends on the module.
+.TP
+\fBset-card-profile\f1 \fICARD\f1 \fIPROFILE\f1
+Set the specified card (identified by its symbolic name or numerical index) to the specified profile (identified by its symbolic name).
+.TP
+\fBset-sink-port\f1 \fISINK\f1 \fIPORT\f1
+Set the specified sink (identified by its symbolic name or numerical index) to the specified port (identified by its symbolic name).
+.TP
+\fBset-source-port\f1 \fISOURCE\f1 \fIPORT\f1
+Set the specified source (identified by its symbolic name or numerical index) to the specified port (identified by its symbolic name).
+.TP
+\fBset-sink-volume\f1 \fISINK\f1 \fIVOLUME\f1
+Set the volume of the specified sink (identified by its symbolic name or numerical index). \fIVOLUME\f1 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.
+.TP
+\fBset-source-volume\f1 \fISOURCE\f1 \fIVOLUME\f1
+Set the volume of the specified source (identified by its symbolic name or numerical index). \fIVOLUME\f1 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.
+.TP
+\fBset-sink-input-volume\f1 \fIINPUT\f1 \fIVOLUME\f1
+Set the volume of the specified sink input (identified by its numerical index). \fIVOLUME\f1 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.
+.TP
+\fBset-source-output-volume\f1 \fIOUTPUT\f1 \fIVOLUME\f1
+Set the volume of the specified source output (identified by its numerical index). \fIVOLUME\f1 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.
+.TP
+\fBset-sink-mute\f1 \fISINK\f1 \fI1|0\f1
+Set the mute status of the specified sink (identified by its symbolic name or numerical index).
+.TP
+\fBset-source-mute\f1 \fISOURCE\f1 \fI1|0\f1
+Set the mute status of the specified source (identified by its symbolic name or numerical index).
+.TP
+\fBset-sink-input-mute\f1 \fIINPUT\f1 \fI1|0\f1
+Set the mute status of the specified sink input (identified by its numerical index).
+.TP
+\fBset-source-output-mute\f1 \fIINPUT\f1 \fI1|0\f1
+Set the mute status of the specified source output (identified by its numerical index).
+.TP
+\fBset-sink-formats\f1 \fISINK\f1 \fIFORMATS\f1
+Set the supported formats of the specified sink (identified by its numerical index) if supported by the sink. \fIFORMATS\f1 is specified as a semi-colon (;) separated list of formats in the form 'encoding[, key1=value1, key2=value2, ...]' (for example, AC3 at 32000, 44100 and 48000 Hz would be specified as 'ac3-iec61937, format.rate = "[ 32000, 44100, 48000 ]"').
+.TP
+\fBsubscribe\f1
+Subscribe to events, pactl does not exit by itself, but keeps waiting for new events.
.SH AUTHORS
The PulseAudio Developers <mzchyfrnhqvb (at) 0pointer (dot) net>; PulseAudio is available from \fBhttp://pulseaudio.org/\f1
.SH SEE ALSO
diff --git a/man/pactl.1.xml.in b/man/pactl.1.xml.in
index 7ba768a..688ac38 100644
--- a/man/pactl.1.xml.in
+++ b/man/pactl.1.xml.in
@@ -24,18 +24,7 @@ USA.
<manpage name="pactl" section="1" desc="Control a running PulseAudio sound server">
<synopsis>
- <cmd>pactl [<arg>options</arg>] stat</cmd>
- <cmd>pactl [<arg>options</arg>] list</cmd>
- <cmd>pactl [<arg>options</arg>] exit</cmd>
- <cmd>pactl [<arg>options</arg>] upload-sample <arg>FILENAME</arg> [<arg>NAME</arg>]</cmd>
- <cmd>pactl [<arg>options</arg>] play-sample <arg>NAME</arg> [<arg>SINK</arg>]</cmd>
- <cmd>pactl [<arg>options</arg>] remove-sample <arg>NAME</arg></cmd>
- <cmd>pactl [<arg>options</arg>] move-sink-input <arg>ID</arg> <arg>SINK</arg></cmd>
- <cmd>pactl [<arg>options</arg>] move-source-input <arg>ID</arg> <arg>SOURCE</arg></cmd>
- <cmd>pactl [<arg>options</arg>] load-module <arg>NAME</arg> [<arg>ARGUMENTS ...</arg>]</cmd>
- <cmd>pactl [<arg>options</arg>] unload-module <arg>ID</arg></cmd>
- <cmd>pactl [<arg>options</arg>] suspend-sink [<arg>SINK</arg>] <arg>1|0</arg></cmd>
- <cmd>pactl [<arg>options</arg>] suspend-source [<arg>SOURCE</arg>] <arg>1|0</arg></cmd>
+ <cmd>pactl [<arg>options</arg>] <arg>COMMAND</arg> [<arg>ARGS ...</arg>]</cmd>
<cmd>pactl <opt>--help</opt></cmd>
<cmd>pactl <opt>--version</opt></cmd>
</synopsis>
@@ -72,79 +61,80 @@ USA.
<optdesc><p>Specify the client name <file>pactl</file> shall pass to the server when connecting.</p></optdesc>
</option>
- <option>
- <p><opt>stat</opt></p>
+ </options>
+
+ <section name="Commands">
- <optdesc><p>Dump a few statistics about the PulseAudio daemon.</p></optdesc>
+ <option>
+ <p><opt>stat</opt> [short]</p>
+ <optdesc><p>Dump a few statistics about the memory usage of the PulseAudio daemon. (Note: for backwards
+ compatibility, we also show the output of the <arg>info</arg> command. In order to only show
+ statistics, use the optional <arg>short</arg> argument. In a future version of PA we will
+ make this the default)</p></optdesc>
</option>
<option>
- <p><opt>list</opt></p>
+ <p><opt>info</opt></p>
+ <optdesc><p>Dump some info about the PulseAudio daemon.</p></optdesc>
+ </option>
- <optdesc><p>Dump all currently loaded modules, available sinks, sources, streams and clients.</p></optdesc>
+ <option>
+ <p><opt>list</opt> [short] [<arg>TYPE</arg>]</p>
+ <optdesc><p>Dump all currently loaded modules, available sinks, sources, streams, etc. <arg>TYPE</arg> must be one of:
+ modules, sinks, sources, sink-inputs, source-outputs, clients, samples, cards. If not specified, all info is listed. If
+ short is given, output is in a tabular format, for easy parsing by scripts.</p></optdesc>
</option>
<option>
<p><opt>exit</opt></p>
-
<optdesc><p>Asks the PulseAudio server to terminate.</p></optdesc>
</option>
-
<option>
<p><opt>upload-sample</opt> <arg>FILENAME</arg> [<arg>NAME</arg>]</p>
-
<optdesc><p>Upload a sound from the specified audio file into
the sample cache. The file types supported are those understood
by <file>libsndfile</file>. The sample in the cache is named
after the audio file, unless the name is explicitly
specified.</p></optdesc>
-
</option>
<option>
<p><opt>play-sample</opt> <arg>NAME</arg> [<arg>SINK</arg>]</p>
-
<optdesc><p>Play the specified sample from the sample cache. It
is played on the default sink, unless the symbolic name or the
numerical index of the sink to play it on is
specified.</p></optdesc>
-
</option>
<option>
<p><opt>remove-sample</opt> <arg>NAME</arg></p>
-
<optdesc><p>Remove the specified sample from the sample cache.</p></optdesc>
</option>
<option>
- <p><opt>move-sink-input</opt> <arg>ID</arg> <arg>SINK</arg></p>
-
- <optdesc><p>Move the specified playback stream (identified by its numerical index) to the specified sink (identified by its symbolic name or numerical index).</p></optdesc>
+ <p><opt>load-module</opt> <arg>NAME</arg> [<arg>ARGUMENTS ...</arg>]</p>
+ <optdesc><p>Load the specified module with the specified arguments into the running sound server.
+ Prints the numeric index of the module just loaded to STDOUT. You can use it to unload the module later.</p></optdesc>
</option>
<option>
- <p><opt>move-source-output</opt> <arg>ID</arg> <arg>SOURCE</arg></p>
-
- <optdesc><p>Move the specified recording stream (identified by its numerical index) to the specified source (identified by its symbolic name or numerical index).</p></optdesc>
+ <p><opt>unload-module</opt> <arg>ID</arg></p>
+ <optdesc><p>Unload the module instance identified by the specified numeric index.</p></optdesc>
</option>
<option>
- <p><opt>load-module</opt> <arg>NAME</arg> [<arg>ARGUMENTS ...</arg>]</p>
-
- <optdesc><p>Load the specified module with the specified arguments into the running sound server. Prints the numeric index of the module just loaded to STDOUT. You can use it to unload the module later.</p></optdesc>
+ <p><opt>move-sink-input</opt> <arg>ID</arg> <arg>SINK</arg></p>
+ <optdesc><p>Move the specified playback stream (identified by its numerical index) to the specified sink (identified by its symbolic name or numerical index).</p></optdesc>
</option>
<option>
- <p><opt>unload-module</opt> <arg>ID</arg></p>
-
- <optdesc><p>Unload the module instance identified by the specified numeric index.</p></optdesc>
+ <p><opt>move-source-output</opt> <arg>ID</arg> <arg>SOURCE</arg></p>
+ <optdesc><p>Move the specified recording stream (identified by its numerical index) to the specified source (identified by its symbolic name or numerical index).</p></optdesc>
</option>
<option>
<p><opt>suspend-sink</opt> <arg>SINK</arg> <arg>1|0</arg></p>
-
<optdesc><p>Suspend or resume the specified sink (which my be
specified either by its symbolic name, or by its numeric index),
depending whether 1 (suspend) or 0 (resume) is passed as last
@@ -157,7 +147,6 @@ USA.
<option>
<p><opt>suspend-source</opt> <arg>SOURCE</arg> <arg>1|0</arg></p>
-
<optdesc><p>Suspend or resume the specified source (which my be
specified either by its symbolic name, or by its numeric index),
depending whether 1 (suspend) or 0 (resume) is passed as last
@@ -168,16 +157,94 @@ USA.
behaviour depends on the module.</p></optdesc>
</option>
- </options>
+ <option>
+ <p><opt>set-card-profile</opt> <arg>CARD</arg> <arg>PROFILE</arg></p>
+ <optdesc><p>Set the specified card (identified by its symbolic name or numerical index) to the specified profile (identified by its symbolic name).</p></optdesc>
+ </option>
+
+ <option>
+ <p><opt>set-sink-port</opt> <arg>SINK</arg> <arg>PORT</arg></p>
+ <optdesc><p>Set the specified sink (identified by its symbolic name or numerical index) to the specified port (identified by its symbolic name).</p></optdesc>
+ </option>
+
+ <option>
+ <p><opt>set-source-port</opt> <arg>SOURCE</arg> <arg>PORT</arg></p>
+ <optdesc><p>Set the specified source (identified by its symbolic name or numerical index) to the specified port (identified by its symbolic name).</p></optdesc>
+ </option>
+
+ <option>
+ <p><opt>set-sink-volume</opt> <arg>SINK</arg> <arg>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>
+ </option>
+
+ <option>
+ <p><opt>set-source-volume</opt> <arg>SOURCE</arg> <arg>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>
+
+ <option>
+ <p><opt>set-sink-input-volume</opt> <arg>INPUT</arg> <arg>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>
+
+ <option>
+ <p><opt>set-source-output-volume</opt> <arg>OUTPUT</arg> <arg>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>
+ </option>
+
+ <option>
+ <p><opt>set-sink-mute</opt> <arg>SINK</arg> <arg>1|0</arg></p>
+ <optdesc><p>Set the mute status of the specified sink (identified by its symbolic name or numerical index).</p></optdesc>
+ </option>
+
+ <option>
+ <p><opt>set-source-mute</opt> <arg>SOURCE</arg> <arg>1|0</arg></p>
+ <optdesc><p>Set the mute status of the specified source (identified by its symbolic name or numerical index).</p></optdesc>
+ </option>
+
+ <option>
+ <p><opt>set-sink-input-mute</opt> <arg>INPUT</arg> <arg>1|0</arg></p>
+ <optdesc><p>Set the mute status of the specified sink input (identified by its numerical index).</p></optdesc>
+ </option>
+
+ <option>
+ <p><opt>set-source-output-mute</opt> <arg>INPUT</arg> <arg>1|0</arg></p>
+ <optdesc><p>Set the mute status of the specified source output (identified by its numerical index).</p></optdesc>
+ </option>
+
+ <option>
+ <p><opt>set-sink-formats</opt> <arg>SINK</arg> <arg>FORMATS</arg></p>
+ <optdesc><p>Set the supported formats of the specified sink (identified by its numerical index) if supported by the sink.
+ <arg>FORMATS</arg> is specified as a semi-colon (;) separated list of formats in the form
+ 'encoding[, key1=value1, key2=value2, ...]' (for example, AC3 at 32000, 44100 and 48000 Hz would be specified as
+ 'ac3-iec61937, format.rate = "[ 32000, 44100, 48000 ]"').
+ </p></optdesc> </option>
+
+ <option>
+ <p><opt>subscribe</opt></p>
+ <optdesc><p>Subscribe to events, pactl does not exit by itself, but keeps waiting for new events.</p></optdesc>
+ </option>
+
+ </section>
<section name="Authors">
<p>The PulseAudio Developers &lt;@PACKAGE_BUGREPORT@&gt;; PulseAudio is available from <url href="@PACKAGE_URL@"/></p>
</section>
- <section name="See also">
+ <seealso>
<p>
<manref name="pulseaudio" section="1"/>, <manref name="pacmd" section="1"/>
</p>
- </section>
+ </seealso>
</manpage>