sdl-mixer 1.2.12
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
.
- Outputs:
debug
,out
- Website: https://www.libsdl.org/projects/SDL_mixer/
- Licenses: Zlib
- Package source: gnu/packages/sdl.scm
- Builds: See build status
- Issues: See known issues
Installation
Install sdl-mixer 1.2.12
as follows:
guix install sdl-mixer@1.2.12
Or install the latest version:
guix install sdl-mixer
The sdl-mixer
package provides more outputs besides the default (out
). You can install them by appending :output-name
to the package specification. For example:
guix install sdl-mixer:debug
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.