]> code.delx.au - pulseaudio/blob - man/padsp.1.xml.in
610a960207e54434f090d3d4c2da971dde6d0dc3
[pulseaudio] / man / padsp.1.xml.in
1 <?xml version="1.0"?><!--*-nxml-*-->
2 <!DOCTYPE manpage SYSTEM "xmltoman.dtd">
3 <?xml-stylesheet type="text/xsl" href="xmltoman.xsl" ?>
4
5 <!-- $Id$ -->
6
7 <!--
8 This file is part of PulseAudio.
9
10 PulseAudio is free software; you can redistribute it and/or modify it
11 under the terms of the GNU Lesser General Public License as
12 published by the Free Software Foundation; either version 2.1 of the
13 License, or (at your option) any later version.
14
15 PulseAudio is distributed in the hope that it will be useful, but WITHOUT
16 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
17 or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General
18 Public License for more details.
19
20 You should have received a copy of the GNU Lesser General Public
21 License along with PulseAudio; if not, write to the Free Software
22 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
23 USA.
24 -->
25
26 <manpage name="padsp" section="1" desc="PulseAudio OSS Wrapper">
27
28 <synopsis>
29 <cmd>padsp [<arg>options</arg>] <arg>PROGRAM</arg> [<arg>ARGUMENTS ...</arg>]</cmd>
30 <cmd>padsp <opt>-h</opt></cmd>
31 </synopsis>
32
33 <description>
34 <p><file>padsp</file> starts the specified program and
35 redirects its access to OSS compatible audio devices
36 (<file>/dev/dsp</file> and auxiliary devices) to a PulseAudio
37 sound server.</p>
38
39 <p><file>padsp</file> uses the $LD_PRELOAD environment variable
40 that is interpreted by <manref name="ld.so" section="8"/> and thus
41 does not work for SUID binaries and statically built
42 executables.</p>
43
44 <p>Equivalent to using <file>padsp</file> is starting an
45 application with $LD_PRELOAD set to
46 <file>libpulsedsp.so</file></p>
47 </description>
48
49 <options>
50
51 <option>
52 <p><opt>-h | --help</opt></p>
53
54 <optdesc><p>Show help.</p></optdesc>
55 </option>
56
57
58 <option>
59 <p><opt>-s</opt> <arg>SERVER</arg></p>
60
61 <optdesc><p>Set the PulseAudio server to connect to.</p></optdesc>
62 </option>
63
64 <option>
65 <p><opt>-n</opt> <arg>NAME</arg></p>
66
67 <optdesc><p>The client application name that shall be passed to the server when connecting.</p></optdesc>
68 </option>
69
70 <option>
71 <p><opt>-m</opt> <arg>NAME</arg></p>
72
73 <optdesc><p>The stream name that shall be passed to the server when creating a stream.</p></optdesc>
74 </option>
75
76 <option>
77 <p><opt>-M</opt></p>
78
79 <optdesc><p>Disable <file>/dev/mixer</file> emulation.</p></optdesc>
80 </option>
81
82 <option>
83 <p><opt>-S</opt></p>
84
85 <optdesc><p>Disable <file>/dev/sndstat</file> emulation.</p></optdesc>
86 </option>
87
88 <option>
89 <p><opt>-D</opt></p>
90
91 <optdesc><p>Disable <file>/dev/dsp</file> emulation.</p></optdesc>
92 </option>
93
94 <option>
95 <p><opt>-d</opt></p>
96
97 <optdesc><p>Enable debug output.</p></optdesc>
98 </option>
99
100 </options>
101
102 <section name="Authors">
103 <p>The PulseAudio Developers &lt;@PACKAGE_BUGREPORT@&gt;; PulseAudio is available from <url href="@PACKAGE_URL@"/></p>
104 </section>
105
106 <section name="See also">
107 <p>
108 <manref name="pulseaudio" section="1"/>, <manref name="pasuspender" section="1"/>, <manref name="ld.so" section="8"/>
109 </p>
110 </section>
111
112 </manpage>