Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

padsp(1) [centos man page]

padsp(1)						      General Commands Manual							  padsp(1)

NAME
padsp - PulseAudio OSS Wrapper SYNOPSIS
padsp [options] PROGRAM [ARGUMENTS ...] padsp -h DESCRIPTION
padsp starts the specified program and redirects its access to OSS compatible audio devices (/dev/dsp and auxiliary devices) to a PulseAu- dio 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. AUTHORS
The PulseAudio Developers <pulseaudio-discuss (at) lists (dot) freedesktop (dot) org>; PulseAudio is available from http://pulseaudio.org/ SEE ALSO
pulseaudio(1), pasuspender(1), ld.so(8) Manuals User padsp(1)

Check Out this Related Man Page

pasuspender(1)						      General Commands Manual						    pasuspender(1)

NAME
pasuspender - Temporarily suspend PulseAudio SYNOPSIS
pasuspender [options] -- PROGRAM [ARGUMENTS ...] pasuspender --help pasuspender --version 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. AUTHORS
The PulseAudio Developers <mzchyfrnhqvb (at) 0pointer (dot) net>; PulseAudio is available from http://pulseaudio.org/ SEE ALSO
pulseaudio(1), padsp(1), pacmd(1), pactl(1) Manuals User pasuspender(1)
Man Page

9 More Discussions You Might Find Interesting

1. Filesystems, Disks and Memory

about emulation in workstations

i would like about the emulation in workstations. thanks. (2 Replies)
Discussion started by: rmilano
2 Replies

2. UNIX for Advanced & Expert Users

accessing a 5250 emulation on the as/400 from unix

I need some help trying to access a 5250 emulation from an AS/400 from a unix box. I want to be able to be logged into the unix box and pull up a 5250 emulation screen from those terminals. Any Ideas on how to do this? (2 Replies)
Discussion started by: bagoodma
2 Replies

3. UNIX for Advanced & Expert Users

Run away processes

Hi, My server runnning on SUN Solaris rel.5.5.1. I have been facing this issues for years. I have some Xbase databases running on the server. User is using emulation software to telnet to server for accessing application. If user logout application abnormally - by closing windows session, then... (2 Replies)
Discussion started by: lowtaiwah
2 Replies

4. UNIX for Advanced & Expert Users

is SUID disabled for shell

Hi, I have two file in my directory. "catter" file contains "cat ./file". And "file" contails "Hi ashish". I have SUID bit set for catter file. But when a different user in my group runs file catter, shell displays "Permission denied" message. I just want to know can use of suid bit be... (3 Replies)
Discussion started by: shriashishpatil
3 Replies

5. Shell Programming and Scripting

Seperate commands on the same line

hello, is there a way to seperate commands that are on the same line? ie: echo "yes count(*)>0:" $passvar > dsp cat dsp cat dsp > log i'm trying to put these 3 commands on the same line, but when i do they all get concatenated into 1 lieteral if i put the cat commands on... (3 Replies)
Discussion started by: bobk544
3 Replies

6. UNIX for Advanced & Expert Users

execute a script on test server from dev server

I need to execute a script from dev server which is located on Test server.I can use ftp to connect to dev server and from there how can i execute a command on test server. Thanks (5 Replies)
Discussion started by: ukatru
5 Replies

7. Shell Programming and Scripting

Sed question

I have following input: almantas 31949 1 0 00:00:08 ? /usr/bin/pulseaudio -D --log-target=syslog almantas 31979 12082 0 00:00:06 pts/2 bash almantas 31991 31949 0 00:00:00 ? /usr/lib/pulseaudio/pulse/gconf-helper almantas 32009 1 0 00:00:06 ? ... (3 Replies)
Discussion started by: eXPlosion
3 Replies

8. Slackware

Can't play sound files with aplay or cat to /dev/dsp

I am having problems using soundes. Until a few moments ago the following commands produced errors and no sound: cat /usr/share/apps/kolf/sounds/blackhole.wav/ > /dev/dsp yielded: /dev/dsp: Invalid argument cat /usr/share/apps/kolf/sounds/blackhole.wav > /dev/audio yelded: /dev/audio:... (3 Replies)
Discussion started by: slak0
3 Replies

9. UNIX for Dummies Questions & Answers

Moving and renaming files

I have a directory full of directories, say called A B C D E .... In each of these directories there are files called 1.dsp 2.dsp 3.dsp ..... along with others (with different extensions) I need to go through each of these directories and move the dsp file to another folder, but with the name now... (6 Replies)
Discussion started by: claire.a
6 Replies