diff options
author | Max Kellermann <max@duempel.org> | 2009-11-14 02:03:03 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-11-14 02:24:42 +0100 |
commit | 1648c7aa5baf86583b057943337e4fade8616022 (patch) | |
tree | 8ead3e7f7237b2aa640127685f0f9dd8404878e1 /doc/user.xml | |
parent | edaf017908f153091f0e3da073729bc2522a56f4 (diff) | |
download | mpd-1648c7aa5baf86583b057943337e4fade8616022.tar.gz mpd-1648c7aa5baf86583b057943337e4fade8616022.tar.xz mpd-1648c7aa5baf86583b057943337e4fade8616022.zip |
decoder/mikmod: sample rate is configurable
The new option "sample_rate" sets the sample rate for libmikmod.
Diffstat (limited to '')
-rw-r--r-- | doc/user.xml | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/doc/user.xml b/doc/user.xml index 500a74b67..09868eb33 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> |