diff options
Diffstat (limited to 'doc/user.xml')
-rw-r--r-- | doc/user.xml | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/doc/user.xml b/doc/user.xml index 942e5c767..65b7cb10f 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> |