SDL multi-channel audio mixer library
SDL_mixer is a multi-channel audio mixer library for SDL. It supports any number of simultaneously playing channels of 16 bit stereo audio, plus a single channel of music. Supported formats include FLAC, MOD, MIDI, Ogg Vorbis, and MP3.
This package supports two MIDI backends, selectable at runtime. To use the newer fluidsynth
library, install a soundfont such as fluid-3
and specify it using the SDL_SOUNDFONTS
environment variable. For the legacy timidity
backend, install a patch set such as freepats
and set the path to the configuration file with TIMIDITY_CFG
.
Linter | Message | Location |
---|---|---|
input-labels Identify input labels that do not match package names | label 'libflac' does not match package name 'flac' | |
formatting Look for formatting issues in the source | line 279 is way too long (92 characters) |