Registry / other / sdl3-mixer

sdl3-mixer

JSON →
library3.2.2vcpkgunverified

An audio mixer that supports various file formats for Simple Directmedia Layer 3.

vcpkg install sdl3-mixer
INSTALL
IMPORT
SIG · SDL3-MIXER
S
sdl3-mixer
othercppv3.2.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SDL3_mixer/SDL_mixer.h
#include <SDL3_mixer/SDL_mixer.h>

Initializes SDL_mixer and plays an MP3 file.

#include <SDL3_mixer/SDL_mixer.h> int main() { Mix_OpenAudio(44100, MIX_DEFAULT_FORMAT, 2, 2048); Mix_Music* music = Mix_LoadMUS("song.mp3"); Mix_PlayMusic(music, 1); return 0; }
Debug
Known issues
gotchaRequires SDL3 to be initialized before using SDL3_mixer.
fix
Call SDL_Init(SDL_INIT_AUDIO) before Mix_OpenAudio.
affects: *
Upgrade
Version history
3.2.2latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

sdl3-mixer — pip install sdl3-mixer · libregistry