SDL_mixer is a simple multi-channel audio mixer. It supports 8 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.
| Tags | Software Development Libraries |
|---|---|
| Licenses | LGPL |
Recent releases


Changes: This release adds support for loading music from SDL_rwops (an abstract data source). The Ogg Vorbis and MP3 decoding libraries are also dynamically loaded so they can be added and removed without recompiling SDL_mixer.


No changes have been submitted for this release.


Changes: This release updates the CodeWarrior project files, adds a function to query the music format (Mix_GetMusicType()) and a function to load audio data from memory (Mix_QuickLoad_RAW()), cleans up threading issues in the music playback code, and fixes the deadlock introduced in the last release.


Changes: MacOS X support and a sound effects API were added.


Changes: This release includes minor bug fixes, and has been repackaged for SDL 1.1.