Music too fast (Ubuntu)
In doomsday stable (1.15.8) and doomsday 2.0 the midi music playback is very fast (2x speed?). Works fine with doomsday 1.9 (and chocolate-doom), but I would like to upgrade from 1.9 because the load game feature doesn't work.
doomsday.out
doomsday.out
Comments
On Ubuntu, you should be able to use Fluidsynth or FMOD as alternatives for SDL_mixer. The latest 2.0 builds now support selecting the preferred audio plugins via the Audio Settings dialog. You may need to provide an SF2 or DLS sound font file (that contains the MIDI instruments samples).
Failed initializing driver "FMOD":
[LoadError] (AudioDriver::load) Unknow driver "fmod"
Are you using SDL_mixer currently? Note that SDL_mixer itself has various backends for playing MIDI that Doomsday has no visibility to.
I've found that FluidSynth offers the best music quality, given a good soundfont. On Linux, Doomsday has been configured to use the system FluidSynth library, which uses the system audio output for playback. Depending on which version of Doomsday you are using, FluidSynth can be enabled either with the "-imusic fluidsynth" command line option or in Audio Settings.
Could you post your doomsday.out log and maybe a screenshot of what the Audio Settings dialog looks like, please?
I installed the freepats sound font, and I see Doomsday loads /etc/timidity/freepats.cfg. I only know that because it complains it can't find it when it's not there.
When I play the midi temp file in ~/.doomsday/runtime (that contains the last played music) with Timidity, it plays normally.
I would try a newer version, but no luck with Trusty: the PPA doesn't go higher and the deb of 2.0.3 is linked with an incompatible version of glibc ('version `GLIBCXX_3.4.21' not found').
There can't be a newer version for Trusty?