New SDL_mixer Announced
SDL_mixer is a cross-platform sample multi-channel audio mixer library. It supports any number of simultaneously playing channels of 16 bit stereo audio, plus a single channel of music, mixed by the popular MikMod MOD, Timidity MIDI, Ogg Vorbis, and SMPEG MP3 libraries. This release features the following improvements:
- Added
Mix_Init()/Mix_Quit()to prevent constantly loading and unloading DLLs - Check for fork/vfork on any platform, don’t just assume it on UNIX
- Fixed export of
Mix_GetNumChunkDecoders()andMix_GetNumMusicDecoders() - Use newer MIDI API on Mac OS X 10.5+
Related Links:





