• Max Kellermann's avatar
    fluidsynth: new decoder plugin for MIDI files · e56a90f3
    Max Kellermann authored
    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)
    e56a90f3
Name
Last commit
Last update
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README Loading commit data...
TODO Loading commit data...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
valgrind.suppressions Loading commit data...