diff options
author | Max Kellermann <max@duempel.org> | 2012-08-15 00:51:45 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-08-15 00:51:45 +0200 |
commit | 02325d2edec3c8ac733f4565595d27127cb5c9c1 (patch) | |
tree | f43923505f5a28fd426d301f087037451e6ff5da /doc | |
parent | 9c83464b95a6e8145fee0a03bd151f4bc7a6cac7 (diff) | |
download | mpd-02325d2edec3c8ac733f4565595d27127cb5c9c1.tar.gz mpd-02325d2edec3c8ac733f4565595d27127cb5c9c1.tar.xz mpd-02325d2edec3c8ac733f4565595d27127cb5c9c1.zip |
decoder/fluidsynth: add "soundfont" setting
Replaces the old global "soundfont" which never worked.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/doc/user.xml b/doc/user.xml index fdfbc4419..bb83674db 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -819,6 +819,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> <para> |