This is the SDL3_mixer wiki. SDL2_mixer is over here!
This is a library to manage audio in SDL3-based games.
It offers audio file decoding for several popular formats, such as WAV, MP3, and Ogg Vorbis, and provides sample-perfect mixing of multiple sources of audio, with various effects, and other advanced features.
This library is distributed under the zlib license. This license allows you to use it freely in any software.
| Source Code | The latest release is available on GitHub. |
| Installation | How to install SDL_mixer on your platform of choice and link your program against it. |
| API overview | Reference documentation for SDL_mixer can be found here. |
| Examples | Small programs that each demonstrate a feature of the library. |
We hope you find everything you are looking for and enjoy using SDL_mixer!
If anything is not addressed somewhere here, feel free to open an issue or submit a pull request.
Enjoy!