sdl2_mixer

Multi-channel audio mixer library for SDL2 applications

brewmacoslinux
Try with needOr install directly
Source

About

Sample multi-channel audio mixer library

Commands

sdl2-config

Examples

Check SDL2_mixer library installation and get compiler flags$ sdl2-config --cflags --libs
Verify SDL2_mixer is available by checking pkg-config$ pkg-config --modversion SDL2_mixer
Compile a C program that uses SDL2_mixer$ gcc -o audio_app audio.c $(pkg-config --cflags --libs SDL2_mixer)