diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 16:03:18 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 16:03:18 +0000 |
commit | 2dd5bc6a074165ddfbd57c4bd52c2d2dac8f47a1 (patch) | |
tree | 465b29cb405d3af0b0ad50c78e1dccc636594fec /man/esdcompat.1 | |
parent | Initial commit. (diff) | |
download | pulseaudio-2dd5bc6a074165ddfbd57c4bd52c2d2dac8f47a1.tar.xz pulseaudio-2dd5bc6a074165ddfbd57c4bd52c2d2dac8f47a1.zip |
Adding upstream version 14.2.upstream/14.2upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'man/esdcompat.1')
-rw-r--r-- | man/esdcompat.1 | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/man/esdcompat.1 b/man/esdcompat.1 new file mode 100644 index 0000000..11f5ee8 --- /dev/null +++ b/man/esdcompat.1 @@ -0,0 +1,31 @@ +.TH esdcompat 1 User Manuals +.SH NAME +esdcompat \- PulseAudio ESD wrapper script +.SH SYNOPSIS +\fBesdcompat [\fIoptions\fB] + +esdcompat --help\fB + +esdcompat --version\fB +\f1 +.SH DESCRIPTION +\fIesdcompat\f1 is a compatibility script that takes the same arguments as the ESD sound daemon \fBesd(1)\f1, but uses them to start a the PulseAudio sound server with the appropriate parameters. It is required to make PulseAudio a drop-in replacement for esd, i.e. it can be used to make \fBgnome-session(1)\f1 start up PulseAudio instead of esd. + +It is recommended to make \fIesd\f1 a symbolic link to this script. +.SH OPTIONS +.TP +\fB-h | --help\f1 +Show help. +.TP +\fB--version\f1 +Show version information. +.TP +\fB-tcp | -promiscuous | -d | -b | -r | -as | -unix | -public | -terminate | -nobeeps | -trust | -port | -bind\f1 +These options understood by the original \fIesd\f1 are ignored by \fIesdcompat\f1. +.TP +\fB-spawnpid | -spawnfd\f1 +These internally used options understood by the original \fIesd\f1 are properly handled by \fIesdcompat\f1, however are not to be used manually. +.SH AUTHORS +The PulseAudio Developers <pulseaudio-discuss (at) lists (dot) freedesktop (dot) org>; PulseAudio is available from \fBhttp://pulseaudio.org/\f1 +.SH SEE ALSO +\fBpulseaudio(1)\f1, \fBesd(1)\f1 |