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 <mzchyfrnhqvb (at) 0pointer (dot) net>; 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
pacmd(1) General Commands Manual pacmd(1)NAME
pacmd - Reconfigure a PulseAudio sound server during runtime
SYNOPSIS
pacmd
pacmd --help
pacmd --version
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.
AUTHORS
The PulseAudio Developers <pulseaudio-discuss (at) lists (dot) freedesktop (dot) org>; PulseAudio is available from http://pulseaudio.org/
SEE ALSO pulse-cli-syntax(5), pulseaudio(1), pactl(1), default.pa(5)Manuals User pacmd(1)
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)
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)
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)
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)
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)
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)
Anybody done it? We use a legacy application that requires 3151 emulation. I am experimenting with a raspberry Pi running Debian. Wondering if nothing else, somebody might know where I can get some source code for a basic emulator? (1 Reply)
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)