Open angered-ghandi opened 8 years ago
Concerning the game's music, do you want to be able to play the 'original' redbook music from the cd files as well or just the midi's for the time being?
That's a good question. I suppose we should start with whatever is easiest. Currently, we're only looking at the game directory from the CD (so we're missing out on fonts and other useful assets). Eventually, we'll need to make it consider the entire CD instead of just that directory.
I've researched midi support in SDL Mixer for a bit. It seems by default it uses an old version of timidity to provide midi support, it might be worth to test if Fluidsynth plays nice with SDL_Mixer.
Possibly investigate https://github.com/tomaka/cpal.
Find an audio library (probably SDL2_mixer) that will suite the needs of this game. Integrate with this library and update the README's install instructions.