diff options
author | Serge Ziryukin <ftrvxmtrx@gmail.com> | 2009-09-06 22:34:57 +0300 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-09-06 22:22:17 +0200 |
commit | f5f4a9da6b14fbb7d25bcff24d8778ce80157671 (patch) | |
tree | e6f05d3310410b58aa3272b29c64c339050ce30d /doc | |
parent | eefef369ea116c1d465f0452283b2b750a881f4d (diff) |
doc: documented the "openal" output plugin settings
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user.xml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/doc/user.xml b/doc/user.xml index 853417040..359e17a34 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -753,6 +753,39 @@ cd mpd-version</programlisting> </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> <para> |