Linux Commands Examples

A great documentation place for Linux commands

pacmd

Reconfigure a PulseAudio sound server during runtime


see also : pulseaudio - pactl

Synopsis

pacmd

pacmd --help

pacmd --version


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples

0
source
            
pacmd set-card-profile 0 output:analog-stereo > /dev/null

description

This tool can be used to introspect or reconfigure a running PulseAudio sound server during runtime. It connects to the sound server and offers a simple live shell that can be used to enter the commands also understood in the default.pa configuration scripts.

To exit the live shell, use ctrl+d. Note that the ’exit’ command inside the shell will tell the PulseAudio daemon itself to shutdown!

If any arguments are passed on the command line, they will be passed into the live shell which will process the command and exit.

options

-h | --help

Show help.

--version

Show version information.


see also

pulse-cli-syntax, pulseaudio , pactl , default.pa


authors

The PulseAudio Developers <pulseaudio-discuss (at) lists (dot) freedesktop (dot) org>; PulseAudio is available from http://pulseaudio.org/

How can this site be more helpful to YOU ?


give  feedback