Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

pavumeter(1) [debian man page]

PAVUMETER(1)															      PAVUMETER(1)

NAME
pavumeter - A volume meter for the PulseAudio sound server SYNOPSIS
pavumeter [OPTION...] [<sink>|--record <source>] DESCRIPTION
Displays a live volume meter of a PulseAudio source or sink. OPTIONS
<sink> The PulseAudio sink device to monitor. If <sink> is not specified, the default output sink is used. --record <source> Show Recording Levels. <source> is the PulseAudio source device to monitor. If <source> is not specified, the default input source is used. --display=DISPLAY Specify the X display to use. -h, --help Show a summary of options. --help-all Show all available options. --help-gtk Show standard gtk options. SEE ALSO
pulseaudio(1), pavucontrol(1), padevchooser(1) RESOURCES
Homepage: http://0pointer.de/lennart/projects/pavumeter/ PulseAudio web site: http://pulseaudio.org/ AUTHOR
Written by Lennart Poettering <mzihzrgre@0pointer.de> DOCUMENTATION
Documentation by CJ van den Berg <cj@vdbonline.com>. COPYING
Copyright (C) 2004-2006 Lennart Poettering. Free use of this software is granted under the terms of the GNU General Public License (GPL). 07/15/2012 PAVUMETER(1)

Check Out this Related Man Page

pactl(1)						      General Commands Manual							  pactl(1)

NAME
pactl - Control a running PulseAudio sound server SYNOPSIS
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 DESCRIPTION
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 pacmd(1). OPTIONS
-h | --help Show help. --version Show version information. -s | --server=SERVER Choose the server to connect to. -n | --client-name=NAME Specify the client name pactl shall pass to the server when connecting. stat Dump a few statistics about the PulseAudio daemon. list Dump all currently loaded modules, available sinks, sources, streams and clients. exit Asks the PulseAudio server to terminate. upload-sample FILENAME [NAME] Upload a sound from the specified audio file into the sample cache. The file types supported are those understood by libsndfile. The sample in the cache is named after the audio file, unless the name is explicitly specified. play-sample NAME [SINK] 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. remove-sample NAME Remove the specified sample from the sample cache. move-sink-input ID SINK Move the specified playback stream (identified by its numerical index) to the specified sink (identified by its symbolic name or numerical index). move-source-output ID SOURCE Move the specified recording stream (identified by its numerical index) to the specified source (identified by its symbolic name or numerical index). load-module NAME [ARGUMENTS ...] 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. unload-module ID Unload the module instance identified by the specified numeric index. unload-module ID Unload the module instance identified by the specified numeric index. suspend-sink SINK 1|0 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 implement- ing 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. suspend-source SOURCE 1|0 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. AUTHORS
The PulseAudio Developers <mzchyfrnhqvb (at) 0pointer (dot) net>; PulseAudio is available from http://pulseaudio.org/ SEE ALSO
pulseaudio(1), pacmd(1) Manuals User pactl(1)
Man Page