SDL_mixer Documentation

This is the documentation for SDL_mixer.

SDL_mixer is a sound mixing library that is used with the SDL library, and almost as portable. It allows a programmer to use multiple samples along with music without having to code a mixing algorithm themselves. It also simplyfies the handling of loading and playing samples and music from all sorts of file formats.

SDL_mixer is available at www.libsdl.org or more specifically The SDL_mixer homepage

All suggestions and corrections are welcome, email jcatki AT jcatki.no-ip.org

ENJOY!

The Docs

  • Framed (HTML)
  • One page (HTML)
  • Tar Gzipped HTML Docs 36K
  • Zipped HTML Docs 135K
  • Acrobat PDF 392K
  • Gzipped Postcript 102K
  • Tar Gzipped GNU Info 22K
  • Gzipped GNU texinfo (source) 21K

    The Demonstration code

  • Browse
  • SDL_mixer_demos.tar.gz 3K
  • SDL_mixer_demos.zip 4K

    Anonymous CVS access

    first...
    	cvs -d :pserver:anonymous@jonatkins.org:/usr/local/cvsroot login
    	
    press enter at the password prompt, there's no password
    	cvs -z6 -d :pserver:anonymous@jonatkins.org:/usr/local/cvsroot co SDL_mixer-docs
    	
    and later, to get any updates...
    	cvs -z6 update -dP
    	

    Links

  • Roger Ostrander's SDL_Mixer Tutorial