diff options
author | Max Kellermann <max@duempel.org> | 2012-08-15 01:04:34 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-08-15 01:04:34 +0200 |
commit | efccb6ac82e6ed03278eab3e2edb995790779ddc (patch) | |
tree | f467bcaa22f3487a05312cecac91f65743355686 /doc/user.xml | |
parent | 7d27d2ea5e8b622a288c80518bc0daec53dbbc93 (diff) | |
parent | 93f9c2ab6b1a61456f8acbf9a243d05571d005ec (diff) |
Merge branch 'v0.17.x'
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> |