From 02325d2edec3c8ac733f4565595d27127cb5c9c1 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 15 Aug 2012 00:51:45 +0200 Subject: decoder/fluidsynth: add "soundfont" setting Replaces the old global "soundfont" which never worked. --- doc/user.xml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'doc/user.xml') diff --git a/doc/user.xml b/doc/user.xml index fdfbc4419..bb83674db 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -818,6 +818,37 @@ systemctl start mpd.socket +
+ <varname>fluidsynth</varname> + + + MIDI decoder based on libfluidsynth. + + + + + + + Setting + Description + + + + + + soundfont + + + The absolute path of the soundfont file. Defaults + to + /usr/share/sounds/sf2/FluidR3_GM.sf2. + + + + + +
+
<varname>mikmod</varname> -- cgit v1.2.3 From 4a993cd79ec4149c3b52b383a8f751be26c2bac5 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 15 Aug 2012 00:57:32 +0200 Subject: decoder/fluidsynth: add "sample_rate" setting --- doc/user.xml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc/user.xml') diff --git a/doc/user.xml b/doc/user.xml index bb83674db..13a2c738f 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -834,6 +834,15 @@ systemctl start mpd.socket + + + sample_rate + + + The sample rate that shall be synthesized by the + plugin. Defaults to 48000. + + soundfont -- cgit v1.2.3 From 93f9c2ab6b1a61456f8acbf9a243d05571d005ec Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 15 Aug 2012 01:03:16 +0200 Subject: doc/user: add wildmidi documentation --- doc/user.xml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'doc/user.xml') diff --git a/doc/user.xml b/doc/user.xml index 13a2c738f..38d8a9d85 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -887,6 +887,37 @@ systemctl start mpd.socket
+ +
+ <varname>wildmidi</varname> + + + MIDI decoder based on libwildmidi. + + + + + + + Setting + Description + + + + + + config_file + + + The absolute path of the timidity config file. Defaults + to + /etc/timidity/timidity.cfg. + + + + + +
-- cgit v1.2.3