~ubuntu-branches/ubuntu/oneiric/pulseaudio/oneiric

« back to all changes in this revision

Viewing changes to man/padsp.1

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2007-12-04 00:56:08 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20071204005608-y1xqvcu45g1yxtlu
Tags: 0.9.8-1ubuntu1
"Hail our new PulseAudio overlords (part two)."

* Merge from Debian unstable.
* Ubuntu-specific changes:
  - debian/control:
    + Don't build-depend on libjack0.100.0-dev or build jack module
      packages,
    + Update pulseaudio's Recommends and Suggests to accomodate
      existing promoted main packages,
    + Explicitly mention pasuspender in pulseaudio-utils's long
      description,
    + Add Vcs-Bzr URI,
    + Adhere to DebianMaintainerField;
  - debian/rules: Use multiuser for update-rc.d;
  - debian/patches/series: Retain the exclusion of
    0001-Set-ESD-socket-to-tmp-.esd-socket-to-match-up-with.patch.
* Dropped Ubuntu-specific change (absorbed into Debian source):
  debian/patches/0002-Double-esound-maximum-sample-size.patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH padsp 1 User Manuals
 
2
.SH NAME
 
3
padsp \- PulseAudio OSS Wrapper
 
4
.SH SYNOPSIS
 
5
\fBpadsp [\fIoptions\fB] \fIPROGRAM\fB [\fIARGUMENTS ...\fB]
 
6
 
 
7
padsp -h\fB
 
8
\f1
 
9
.SH DESCRIPTION
 
10
\fIpadsp\f1 starts the specified program and redirects its access to OSS compatible audio devices (\fI/dev/dsp\f1 and auxiliary devices) to a PulseAudio sound server.
 
11
 
 
12
\fIpadsp\f1 uses the $LD_PRELOAD environment variable that is interpreted by \fBld.so(8)\f1 and thus does not work for SUID binaries and statically built executables.
 
13
 
 
14
Equivalent to using \fIpadsp\f1 is starting an application with $LD_PRELOAD set to \fIlibpulsedsp.so\f1
 
15
.SH OPTIONS
 
16
.TP
 
17
\fB-h | --help\f1
 
18
Show help.
 
19
.TP
 
20
\fB-s\f1 \fISERVER\f1
 
21
Set the PulseAudio server to connect to.
 
22
.TP
 
23
\fB-n\f1 \fINAME\f1
 
24
The client application name that shall be passed to the server when connecting.
 
25
.TP
 
26
\fB-m\f1 \fINAME\f1
 
27
The stream name that shall be passed to the server when creating a stream.
 
28
.TP
 
29
\fB-M\f1
 
30
Disable \fI/dev/mixer\f1 emulation.
 
31
.TP
 
32
\fB-S\f1
 
33
Disable \fI/dev/sndstat\f1 emulation.
 
34
.TP
 
35
\fB-D\f1
 
36
Disable \fI/dev/dsp\f1 emulation.
 
37
.TP
 
38
\fB-d\f1
 
39
Enable debug output.
 
40
.SH AUTHORS
 
41
The PulseAudio Developers <mzchyfrnhqvb (at) 0pointer (dot) net>; PulseAudio is available from \fBhttp://pulseaudio.org/\f1
 
42
.SH SEE ALSO
 
43
\fBpulseaudio(1)\f1, \fBpasuspender(1)\f1, \fBld.so(8)\f1