aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-11-14 02:03:03 +0100
committerMax Kellermann <max@duempel.org>2009-11-14 02:24:42 +0100
commit1648c7aa5baf86583b057943337e4fade8616022 (patch)
tree8ead3e7f7237b2aa640127685f0f9dd8404878e1 /doc
parentedaf017908f153091f0e3da073729bc2522a56f4 (diff)
decoder/mikmod: sample rate is configurable
The new option "sample_rate" sets the sample rate for libmikmod.
Diffstat (limited to 'doc')
-rw-r--r--doc/user.xml30
1 files changed, 29 insertions, 1 deletions
diff --git a/doc/user.xml b/doc/user.xml
index 500a74b6..09868eb3 100644
--- a/doc/user.xml
+++ b/doc/user.xml
@@ -590,7 +590,35 @@ cd mpd-version</programlisting>
<section>
<title>Decoder plugins</title>
- <para></para>
+ <section>
+ <title><varname>mikmod</varname></title>
+
+ <para>
+ Module player based on MikMod.
+ </para>
+
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Setting</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>
+ <varname>sample_rate</varname>
+ </entry>
+ <entry>
+ Sets the sample rate generated by
+ <filename>libmikmod</filename>. Default is 44100.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </section>
</section>
<section>