Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.28 KB

README

File metadata and controls

32 lines (23 loc) · 1.28 KB
 
Oct 21, 1999
Oct 21, 1999
1
Apr 6, 2001
Apr 6, 2001
2
SDL_mixer 1.2
Dec 5, 1999
Dec 5, 1999
3
Feb 25, 2000
Feb 25, 2000
4
The latest version of this library is available from:
Apr 6, 2001
Apr 6, 2001
5
http://www.libsdl.org/projects/SDL_mixer/
Feb 25, 2000
Feb 25, 2000
6
Oct 21, 1999
Oct 21, 1999
7
Due to popular demand, here is a simple multi-channel audio mixer.
Feb 11, 2000
Feb 11, 2000
8
It supports 8 channels of 16 bit stereo audio, plus a single channel
Oct 21, 1999
Oct 21, 1999
9
10
11
of music, mixed by the popular MikMod MOD, Timidity MIDI and SMPEG MP3
libraries.
Dec 27, 1999
Dec 27, 1999
12
See the header file SDL_mixer.h and the examples playwave.c and playmus.c
Oct 21, 1999
Oct 21, 1999
13
14
for documentation on this mixer library.
Jun 10, 2001
Jun 10, 2001
15
16
The mixer can currently load Microsoft WAVE files and Creative Labs VOC
files as audio samples, and can load MIDI files via Timidity and the
Dec 18, 2001
Dec 18, 2001
17
18
19
following music formats via MikMod: .MOD .S3M .IT .XM. It can load
Ogg Vorbis streams as music if built with the Ogg Vorbis libraries,
and finally it can load MP3 music using the SMPEG library.
Oct 21, 1999
Oct 21, 1999
20
21
22
23
24
25
The process of mixing MIDI files to wave output is very CPU intensive,
so if playing regular WAVE files sound great, but playing MIDI files
sound choppy, try using 8-bit audio, mono audio, or lower frequencies.
To play MIDI files, you'll need to get a complete set of GUS patches
Dec 27, 1999
Dec 27, 1999
26
from:
Apr 6, 2001
Apr 6, 2001
27
http://www.libsdl.org/projects/mixer/timidity/timidity.tar.gz
Oct 21, 1999
Oct 21, 1999
28
29
and unpack them in /usr/local/lib under UNIX, and C:\ under Win32.
Dec 14, 2001
Dec 14, 2001
30
31
This library is available under the GNU Library General Public License,
see the file "COPYING" for details.