From e56a90f3b343217671327aba2ecdca8709463331 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 12 Feb 2009 08:43:26 +0100 Subject: fluidsynth: new decoder plugin for MIDI files There are a few problems left in this plugin: - fluidsynth decodes in real time, while MPD prefers to buffer as quickly as possible; as a workaround, this plugin uses a timer object to synchronize with real-time playback - I don't know yet how fluidsynth tells me when the song has ended - the "soundfont" configuration setting is not yet documented, and it will likely change soon (in favor of a per-decoder configuration block) --- INSTALL | 3 +++ 1 file changed, 3 insertions(+) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index e18ea515..994479cd 100644 --- a/INSTALL +++ b/INSTALL @@ -98,6 +98,9 @@ Multi-codec library. libsidplay2 - http://sidplay2.sourceforge.net/ For C64 SID support. +libfluidsynth - http://fluidsynth.resonance.org/ +For MIDI support. + Optional Miscellaneous Dependencies ----------------------------------- -- cgit v1.2.3