Mercurial > SDL_sound_CoreAudio
annotate README @ 145:6c351e4243f8
Updated.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Wed, 17 Oct 2001 06:57:07 +0000 |
parents | e139a7a6855b |
children | daa18455baf9 |
rev | line source |
---|---|
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 | |
7 | |
128 | 8 Win32 users: |
9 Download http://icculus.org/SDL_sound/downloads/SDL_sound_win32.zip and | |
10 unzip it in the root of the source tree (the directory with SDL_sound.c, | |
11 etc). This will give you Visual C++ project files and some other needed | |
12 code. | |
13 | |
78 | 14 --ryan. (icculus@clutteredmind.org) |
15 |