aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-08-15 01:04:34 +0200
committerMax Kellermann <max@duempel.org>2012-08-15 01:04:34 +0200
commitefccb6ac82e6ed03278eab3e2edb995790779ddc (patch)
treef467bcaa22f3487a05312cecac91f65743355686 /doc
parent7d27d2ea5e8b622a288c80518bc0daec53dbbc93 (diff)
parent93f9c2ab6b1a61456f8acbf9a243d05571d005ec (diff)
Merge branch 'v0.17.x'
Diffstat (limited to 'doc')
-rw-r--r--doc/user.xml71
1 files changed, 71 insertions, 0 deletions
diff --git a/doc/user.xml b/doc/user.xml
index 942e5c76..65b7cb10 100644
--- a/doc/user.xml
+++ b/doc/user.xml
@@ -938,6 +938,46 @@ 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>sample_rate</varname>
+ </entry>
+ <entry>
+ The sample rate that shall be synthesized by the
+ plugin. Defaults to 48000.
+ </entry>
+ </row>
+ <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>
<para>
@@ -966,6 +1006,37 @@ systemctl start mpd.socket</programlisting>
</tgroup>
</informaltable>
</section>
+
+ <section>
+ <title><varname>wildmidi</varname></title>
+
+ <para>
+ MIDI decoder based on libwildmidi.
+ </para>
+
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Setting</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>
+ <varname>config_file</varname>
+ </entry>
+ <entry>
+ The absolute path of the timidity config file. Defaults
+ to
+ <filename>/etc/timidity/timidity.cfg</filename>.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </section>
</section>
<section>