Linux Commands Examples

A great documentation place for Linux commands

pasuspender

Temporarily suspend PulseAudio


see also : pulseaudio - padsp - pacmd - pactl

Synopsis

pasuspender [options] -- PROGRAM [ARGUMENTS ...]

pasuspender --help

pasuspender --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
            
cp $PKG_BUILD/src/.libs/pasuspender $INSTALL/usr/bin
# cp $PKG_BUILD/src/.libs/pax11publish $INSTALL/usr/bin
cp $PKG_BUILD/src/.libs/pulseaudio $INSTALL/usr/bin

description

pasuspender is a tool that can be used to tell a local PulseAudio sound server to temporarily suspend access to the audio devices, to allow other applications access them directly. pasuspender will suspend access to the audio devices, fork a child process, and when the child process terminates, resume access again.

Make sure to include -- in your pasuspender command line before passing the subprocess command line (as shown above). Otherwise pasuspender itself might end up interpreting the command line switches and options you intended to pass to the subprocess.

options

-h | --help

Show help.

--version

Show version information.

-s | --server=SERVER

Specify the sound server to connect to.


see also

pulseaudio , padsp , pacmd , pactl


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