doc: documented the "openal" output plugin settings
This commit is contained in:
parent
eefef369ea
commit
f5f4a9da6b
1
NEWS
1
NEWS
|
@ -22,6 +22,7 @@ ver 0.16 (20??/??/??)
|
|||
- twolame: new encoder plugin based on libtwolame
|
||||
* output:
|
||||
- recorder: new output plugin for recording radio streams
|
||||
- openal: new output plugin
|
||||
* mixers:
|
||||
- removed support for legacy mixer configuration
|
||||
- reimplemented software volume as mixer+filter plugin
|
||||
|
|
33
doc/user.xml
33
doc/user.xml
|
@ -752,6 +752,39 @@ cd mpd-version</programlisting>
|
|||
</informaltable>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<title><varname>openal</varname></title>
|
||||
|
||||
<para>
|
||||
The "OpenAL" plugin uses <filename>libopenal</filename>.
|
||||
It is supported on many platforms.
|
||||
</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. This can be
|
||||
any valid OpenAL device name. If not specified, then
|
||||
<filename>libopenal</filename> will choose a default device.
|
||||
</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<title><varname>osx</varname></title>
|
||||
|
||||
|
|
Loading…
Reference in New Issue