Byte ordering fix, changed voc_read to voc_read_waveform, and cleaned up
some header includes.
author |
Ryan C. Gordon <icculus@icculus.org> |
date |
Wed, 19 Sep 2001 08:31:54 +0000 |
parents |
f58a664c1557 |
children |
06a009a1ec9e |
rev |
line source |
0
|
1 /*
|
|
2 * CHANGELOG.
|
|
3 */
|
|
4
|
|
5 09132001 - Initial spec proposed on SDL mailing list, under name "SDL_voice".
|
|
6 09142001 - Changed name to SDL_sound, added Sound_DecodeAll() to spec.
|
2
|
7 09172001 - Changed some overlooked "voice" to "sound".
|
|
8 09182001 - Implemented base API. So...tired. Everything's different. :)
|
|
9 Also put in a RAW decoder and a simple test program.
|
0
|
10
|
|
11 --ryan. (icculus@clutteredmind.org)
|
|
12
|
|
13 /* end of CHANGELOG ... */
|
|
14
|