Move OS X output docs to doc/user.xml
This commit is contained in:
parent
4cd9abe632
commit
2eb467c788
|
@ -251,32 +251,6 @@ errors on bandwidth-limited devices. Some users have reported good results
|
|||
with this set to 50000, but not all devices support values this high. Most
|
||||
users do not need to change this. The default is 256000000 / sample_rate(kHz),
|
||||
or 5804 microseconds for CD-quality audio.
|
||||
.SH OPTIONAL OS X OUTPUT PARAMETERS
|
||||
.TP
|
||||
.B device <dev>
|
||||
This specifies the device to use for audio output. The default is
|
||||
"default". Use the names listed in the "Audio Devices" window of
|
||||
"Audio MIDI Setup".
|
||||
.TP
|
||||
.B channel_map <input,input,input...>
|
||||
Specifies a channel map. If your audio device has more than two
|
||||
outputs this allows you to route audio to auxillary outputs. For
|
||||
predictable results you should also specify a "format" with a fixed
|
||||
number of channels, e.g. "*:*:2". The number of items in the channel
|
||||
map must match the number of output channels of your output device.
|
||||
Each list entry specifies the source for that output channel; use "-1"
|
||||
to silence an output. For example, if you have a four-channel output
|
||||
device and you wish to send stereo sound (format "*:*:2") to outputs 3
|
||||
and 4 while leaving outputs 1 and 2 silent then set the channel map to
|
||||
"-1,-1,0,1". In this example '0' and '1' denote the left and right
|
||||
channel respectively.
|
||||
|
||||
The channel map may not refer to outputs that do not exist according
|
||||
to the format. If the format is "*:*:1" (mono) and you have a
|
||||
four-channel sound card then "-1,-1,0,0" (dual mono output on the
|
||||
second pair of sound card outputs) is a valid channel map but
|
||||
"-1,-1,0,1" is not because the second channel ('1') does not exist
|
||||
when the output is mono.
|
||||
.SH FILES
|
||||
.TP
|
||||
.BI ~/.mpdconf
|
||||
|
|
49
doc/user.xml
49
doc/user.xml
|
@ -3149,6 +3149,55 @@ buffer_size: 16384</programlisting>
|
|||
<para>
|
||||
The "Mac OS X" plugin uses Apple's CoreAudio API.
|
||||
</para>
|
||||
<informaltable>
|
||||
<tgroup cols="2">
|
||||
<thead>
|
||||
<row>
|
||||
<entry>Setting</entry>
|
||||
<entry>Description</entry>
|
||||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>
|
||||
<varname>device</varname>
|
||||
<parameter>NAME</parameter>
|
||||
</entry>
|
||||
<entry>
|
||||
Sets the device which should be used. Uses device names as listed in the
|
||||
"Audio Devices" window of "Audio MIDI Setup".
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<varname>channel_map</varname>
|
||||
<parameter>SOURCE,SOURCE,...</parameter>
|
||||
</entry>
|
||||
<entry><para>
|
||||
Specifies a channel map. If your audio device has more than two
|
||||
outputs this allows you to route audio to auxillary outputs. For
|
||||
predictable results you should also specify a "format" with a fixed
|
||||
number of channels, e.g. "*:*:2". The number of items in the channel
|
||||
map must match the number of output channels of your output device.
|
||||
Each list entry specifies the source for that output channel; use "-1"
|
||||
to silence an output. For example, if you have a four-channel output
|
||||
device and you wish to send stereo sound (format "*:*:2") to outputs 3
|
||||
and 4 while leaving outputs 1 and 2 silent then set the channel map to
|
||||
"-1,-1,0,1". In this example '0' and '1' denote the left and right
|
||||
channel respectively.
|
||||
</para>
|
||||
<para>
|
||||
The channel map may not refer to outputs that do not exist according
|
||||
to the format. If the format is "*:*:1" (mono) and you have a
|
||||
four-channel sound card then "-1,-1,0,0" (dual mono output on the
|
||||
second pair of sound card outputs) is a valid channel map but
|
||||
"-1,-1,0,1" is not because the second channel ('1') does not exist
|
||||
when the output is mono.
|
||||
</para></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
|
|
Loading…
Reference in New Issue