Add PulseAudio support
git-svn-id: https://svn.musicpd.org/mpd/trunk@4316 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
@@ -186,14 +186,14 @@ This specifies whether relative or absolute paths for song filenames are used
|
||||
when saving playlists. The default is "no".
|
||||
.SH REQUIRED AUDIO OUTPUT PARAMETERS
|
||||
.TP
|
||||
.B name <name>
|
||||
This specifies a unique name for the audio output.
|
||||
.TP
|
||||
.B type <type>
|
||||
This specifies the audio output type. Depending on what audio output support
|
||||
mpd was built with possible values could be "alsa", "oss", "osx", "mvp", "ao",
|
||||
or "shout" (see \fBREQUIRED SHOUT OUTPUT PARAMETERS\fP and \fBOPTIONAL SHOUT
|
||||
OUTPUT PARAMETERS\fP).
|
||||
mpd was built with possible values could be "alsa", "oss", "osx", "pulse",
|
||||
"mvp", "ao", or "shout" (see \fBREQUIRED SHOUT OUTPUT PARAMETERS\fP and
|
||||
\fBOPTIONAL SHOUT OUTPUT PARAMETERS\fP).
|
||||
.TP
|
||||
.B name <name>
|
||||
This specifies a unique name for the audio output.
|
||||
.SH OPTIONAL AUDIO OUTPUT PARAMETERS
|
||||
.TP
|
||||
.B format <sample_rate:bits:channels>
|
||||
@@ -207,6 +207,14 @@ This specifies the device to use for audio output. Used by the alsa and oss
|
||||
output types. The default for oss is "/dev/dsp"; the default for alsa is
|
||||
"hw:0,0".
|
||||
.TP
|
||||
.B server <server list>
|
||||
A space separated list of servers to try to connect to. Used only by the pulse
|
||||
audio output. The default is to let PulseAudio choose a server.
|
||||
.TP
|
||||
.B sink <sink>
|
||||
The sink to output to. Used only by the pulse audio output. The default is to
|
||||
let PulseAudio choose a sink.
|
||||
.TP
|
||||
.B driver <driver>
|
||||
This specifies the libao driver to use for audio output. Used only by the ao
|
||||
output type. Possible values depend on what libao drivers are available. See
|
||||
|
Reference in New Issue
Block a user