SDL mixer

From GDWiki

Revision as of 23:13, 3 May 2008 by Eeyore (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search

SDL_mixer is an extension library to SDL that provides the ability to play multiple sound files and music simultaneously. It supports many different audio formats and provides interfaces to easily load them. Being an extension to SDL, it is simple, portable, and available under the GNU LGPL.

[edit] Tutorials and Source Code

[edit] Related Links