Linux Commands Examples

A great documentation place for Linux commands

padsp

PulseAudio OSS Wrapper


see also : pulseaudio - pasuspender

Synopsis

padsp [options] PROGRAM [ARGUMENTS ...]

padsp -h


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
            
MESA_EXTENSION_OVERRIDE=GL_EXT_texture_compression_s3tc padsp playonlinux

description

padsp starts the specified program and redirects its access to OSS compatible audio devices (/dev/dsp and auxiliary devices) to a PulseAudio sound server.

padsp uses the $LD_PRELOAD environment variable that is interpreted by ld.so(8) and thus does not work for SUID binaries and statically built executables.

Equivalent to using padsp is starting an application with $LD_PRELOAD set to libpulsedsp.so

options

-h | --help

Show help.

-s SERVER

Set the PulseAudio server to connect to.

-n NAME

The client application name that shall be passed to the server when connecting.

-m NAME

The stream name that shall be passed to the server when creating a stream.

-M

Disable /dev/mixer emulation.

-S

Disable /dev/sndstat emulation.

-D

Disable /dev/dsp emulation.

-d

Enable debug output.


see also

pulseaudio , pasuspender , ld.so


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