diff options
author | Max Kellermann <max@duempel.org> | 2009-02-12 08:43:26 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-02-12 08:43:26 +0100 |
commit | e56a90f3b343217671327aba2ecdca8709463331 (patch) | |
tree | 0ab34e9937cd5080db0a4dd0a571ec1874f41fb0 /INSTALL | |
parent | de2e13cafe7157fa08893824c4fdbdae343c6d2e (diff) | |
download | mpd-e56a90f3b343217671327aba2ecdca8709463331.tar.gz mpd-e56a90f3b343217671327aba2ecdca8709463331.tar.xz mpd-e56a90f3b343217671327aba2ecdca8709463331.zip |
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)
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ----------------------------------- |