diff options
Diffstat (limited to 'doc')
-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> |