Registry / other / sdl2-mixer

sdl2-mixer

JSON →
library2.8.1vcpkgunverified

Multi-channel audio mixer library for SDL.

vcpkg install sdl2-mixer
INSTALL
IMPORT
SIG · SDL2-MIXER
S
sdl2-mixer
othercppv2.8.1
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.

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

Initialize SDL_mixer audio

#include <SDL2/SDL_mixer.h> int main() { Mix_OpenAudio(44100, MIX_DEFAULT_FORMAT, 2, 2048); return 0; }
Debug
Known issues
gotchaRequires SDL2 to be linked and initialized first.
fix
Ensure SDL2 is linked and SDL_Init(SDL_INIT_AUDIO) is called before Mix_OpenAudio.
affects: *
Upgrade
Version history
2.8.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources

No resource links recorded.

sdl2-mixer — pip install sdl2-mixer · libregistry