Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.18 KB

README

File metadata and controls

30 lines (21 loc) · 1.18 KB
 
Oct 21, 1999
Oct 21, 1999
1
Dec 5, 1999
Dec 5, 1999
2
3
mixer 1.0
Oct 21, 1999
Oct 21, 1999
4
5
6
7
8
Due to popular demand, here is a simple multi-channel audio mixer.
It supports 4 channels of 16 bit stereo audio, plus a single channel
of music, mixed by the popular MikMod MOD, Timidity MIDI and SMPEG MP3
libraries.
Dec 27, 1999
Dec 27, 1999
9
See the header file SDL_mixer.h and the examples playwave.c and playmus.c
Oct 21, 1999
Oct 21, 1999
10
11
12
13
14
15
16
17
18
19
20
21
for documentation on this mixer library.
The mixer can currently load Microsoft WAVE files as audio samples
and can load MIDI files via Timidity and the following music formats
via MikMod: .MOD .S3M .IT .XM. It can also load MP3 music using the
SMPEG library.
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
22
from:
Jan 10, 2000
Jan 10, 2000
23
http://www.devolution.com/~slouken/SDL/projects/mixer/timidity/timidity.tar.gz
Oct 21, 1999
Oct 21, 1999
24
25
26
27
28
29
and unpack them in /usr/local/lib under UNIX, and C:\ under Win32.
You may add panning, reverb, echo, whatever, but if you do, please
mail changes back to me, Sam Lantinga at slouken@devolution.com
This library is available under the GNU Library General Public License.