78
|
1 SDL_sound. An abstract soundfile decoder.
|
|
2
|
|
3 Check here, until I get to write more of this README:
|
|
4
|
|
5 http://icculus.org/SDL_sound/
|
|
6
|
228
|
7 Unix, BeOS, MacOS X, BSD users:
|
|
8 If you pulled from CVS, run "./bootstrap" first.
|
|
9 Then, run ./configure with your favorite options, "make", "make install".
|
78
|
10
|
128
|
11 Win32 users:
|
|
12 Download http://icculus.org/SDL_sound/downloads/SDL_sound_win32.zip and
|
|
13 unzip it in the root of the source tree (the directory with SDL_sound.c,
|
|
14 etc). This will give you Visual C++ project files and some other needed
|
|
15 code.
|
|
16
|
228
|
17 There will be a shared library and a binary called "playsound".
|
|
18
|
78
|
19 --ryan. (icculus@clutteredmind.org)
|
|
20
|