decoder/fluidsynth: add "soundfont" setting

Replaces the old global "soundfont" which never worked.
This commit is contained in:
Max Kellermann
2012-08-15 00:51:45 +02:00
parent 9c83464b95
commit 02325d2ede
2 changed files with 38 additions and 6 deletions

View File

@@ -818,6 +818,37 @@ systemctl start mpd.socket</programlisting>
</section>
<section>
<title><varname>fluidsynth</varname></title>
<para>
MIDI decoder based on libfluidsynth.
</para>
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>Setting</entry>
<entry>Description</entry>
</row>
</thead>
<tbody>
<row>
<entry>
<varname>soundfont</varname>
</entry>
<entry>
The absolute path of the soundfont file. Defaults
to
<filename>/usr/share/sounds/sf2/FluidR3_GM.sf2</filename>.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</section>
<section>
<title><varname>mikmod</varname></title>