decoder/mikmod: sample rate is configurable

The new option "sample_rate" sets the sample rate for libmikmod.
This commit is contained in:
Max Kellermann
2009-11-14 02:03:03 +01:00
parent edaf017908
commit 1648c7aa5b
3 changed files with 42 additions and 4 deletions

View File

@@ -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>