[SDL] [SDL_Mixer]: Preliminary music integration
Nikos Chantziaras
realnc at gmail.com
Wed Apr 25 03:16:27 PDT 2012
On 25/04/12 08:04, Nikos Chantziaras wrote:
> https://bitbucket.org/realnc/sdl_mixer
>
> It still needs work, like the WAVE decoder and Timidity not supporting
> multiple streams. (FluidSynth works.) Note that mixing works regardless:
> playing WAVE music and MP3 music at the same time works. Playing two
> WAVEs at the same time doesn't.
I've now fixed WAVE to support multiple music streams. SMPEG too. So
all of these work with multiple channels now:
MUS_WAV, MUS_OGG, MUS_FLAC, MUS_MP3, MUS_MP3_MAD, MUS_MID (with
FluidSynth), MUS_MODPLUG.
The only ones that don't support this now are MikMod and Timidity; they
can only play one stream at a time. Of course native MIDI and MUS_CMD
cannot be supported since they work externally.
More information about the SDL
mailing list