1padsp(1) General Commands Manual padsp(1)
2
3
4
6 padsp - PulseAudio OSS Wrapper
7
9 padsp [options] PROGRAM [ARGUMENTS ...]
10
11 padsp -h
12
14 padsp starts the specified program and redirects its access to OSS com‐
15 patible audio devices (/dev/dsp and auxiliary devices) to a PulseAudio
16 sound server.
17
18 padsp uses the $LD_PRELOAD environment variable that is interpreted by
19 ld.so(8) and thus does not work for SUID binaries and statically built
20 executables.
21
22 Equivalent to using padsp is starting an application with $LD_PRELOAD
23 set to libpulsedsp.so
24
26 -h | --help
27 Show help.
28
29 -s SERVER
30 Set the PulseAudio server to connect to.
31
32 -n NAME
33 The client application name that shall be passed to the server
34 when connecting.
35
36 -m NAME
37 The stream name that shall be passed to the server when creating
38 a stream.
39
40 -M Disable /dev/mixer emulation.
41
42 -S Disable /dev/sndstat emulation.
43
44 -D Disable /dev/dsp emulation.
45
46 -d Enable debug output.
47
49 The PulseAudio Developers <pulseaudio-discuss (at) lists (dot)
50 freedesktop (dot) org>; PulseAudio is available from http://pulseau‐
51 dio.org/
52
54 pulseaudio(1), pasuspender(1), ld.so(8)
55
56
57
58Manuals User padsp(1)