This package browser is in early development. Mind the rough edges.

sdl-mixer

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.

Installation

Install the latest version of sdl-mixer as follows:

guix install sdl-mixer

Or install a particular version:

guix install sdl-mixer@1.2.12

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.

Badge code

You can use the following badge to inform users of sdl-mixer about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/sdl-mixer'><img src='https://packages.guix.gnu.org/packages/sdl-mixer/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/sdl-mixer/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/sdl-mixer)

Example Org:

[[https://packages.guix.gnu.org/packages/sdl-mixer][https://packages.guix.gnu.org/packages/sdl-mixer/badges/latest-version.svg]]