SDL_mixer 1.2

Authors:
   Sam Lantinga, Stephane Peter, and Ryan Gordon

Documentation:
   http://jcatki.no-ip.org:8080/SDL_mixer/

Source:
   SDL_mixer-1.2.8.tar.gz
   SDL_mixer-1.2.8-1.src.rpm
   SDL_mixer-1.2.8.zip
   SDL_mixer-1.2.8.sea.bin

Subversion Repository:
   http://svn.libsdl.org/trunk/SDL_mixer

Binary:
   Linux
      SDL_mixer-1.2.8-1.i386.rpm
      SDL_mixer-devel-1.2.8-1.i386.rpm
   Win32
      SDL_mixer-1.2.8-win32.zip
      SDL_mixer-devel-1.2.8-VC8.zip
   MacOS X
      SDL_mixer-1.2.8.dmg
   MacOS Classic
      SDL_mixer-devel-1.2.8-PPC.sea.bin

Requires:
   The latest stable release of SDL 1.2

Runs on:
   All platforms supported by SDL

Description:
   SDL_mixer is a sample multi-channel audio mixer library.
It supports any number of simultaneously playing channels of 16 bit stereo audio, plus a single channel of music, mixed by the popular MikMod MOD, Timidity MIDI, Ogg Vorbis, and SMPEG MP3 libraries.

As of SDL_mixer 1.2.7, Ogg Vorbis and MP3 loading libraries are dynamically loaded, so if you don't need to load those formats, you don't need to include those shared libraries.

Timidity:
   Mixer supports playing MIDI format files using software wavetable via an old version of timidity. This requires you to have a GUS compatible set of sound patches on your system. By default, the library looks for these patches on Win32 in C:\timidity, and on UNIX in /usr/local/lib/timidity/.
A freely redistributable set of GUS compatible patches: timidity.tar.gz (14 MB)
A set of sample MIDI songs, origin unknown: bestmid3.tar.gz (1.3 MB)