From 5dbab0b23aa373f5eb61faf2b0cbae24f05570fa Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 6 Nov 2007 00:21:20 +0000 Subject: complete pactl man page git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2026 fefdeb5f-60dc-0310-8127-8f9354f1896f --- man/pactl.1.xml.in | 76 +++++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 61 insertions(+), 15 deletions(-) (limited to 'man') diff --git a/man/pactl.1.xml.in b/man/pactl.1.xml.in index 0b7b9a78..d30d5f7c 100644 --- a/man/pactl.1.xml.in +++ b/man/pactl.1.xml.in @@ -26,24 +26,26 @@ USA. - pulseaudio [options] stat - pulseaudio [options] list - pulseaudio [options] exit - pulseaudio [options] upload-sample FILENAME [NAME] - pulseaudio [options] play-sample NAME [SINK] - pulseaudio [options] remove-sample NAME - pulseaudio [options] move-sink-input ID SINK - pulseaudio [options] move-source-input ID SOURCE - pulseaudio [options] load-module NAME [ARGUMENTS ...] - pulseaudio [options] unload-module ID - pulseaudio [options] suspend-sink [SINK] 1|0 - pulseaudio [options] suspend-source [SOURCE] 1|0 - pulseaudio --help - pulseaudio --version + pactl [options] stat + pactl [options] list + pactl [options] exit + pactl [options] upload-sample FILENAME [NAME] + pactl [options] play-sample NAME [SINK] + pactl [options] remove-sample NAME + pactl [options] move-sink-input ID SINK + pactl [options] move-source-input ID SOURCE + pactl [options] load-module NAME [ARGUMENTS ...] + pactl [options] unload-module ID + pactl [options] suspend-sink [SINK] 1|0 + pactl [options] suspend-source [SOURCE] 1|0 + pactl --help + pactl --version -

PulseAudio is a networked low-latency sound server for Linux, POSIX and Windows systems.

+

pactl can be used to issue control commands to the PulseAudio sound server.

+ +

pactl only exposes a subset of the available operations. For the full set use the .

@@ -130,6 +132,50 @@ USA.

Move the specified recording stream (identified by its numerical index) to the specified source (identified by its symbolic name or numerical index).

+ + + + + + + + + +
-- cgit