Mercurial > SDL_sound_CoreAudio
comparison CHANGELOG @ 309:20e443fc4b7b
Updated.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Wed, 24 Apr 2002 07:57:00 +0000 |
parents | c97be6e1bd27 |
children | 028f00df53ae |
comparison
equal
deleted
inserted
replaced
308:6a80b2f9c47c | 309:20e443fc4b7b |
---|---|
1 /* | 1 /* |
2 * CHANGELOG. | 2 * CHANGELOG. |
3 */ | 3 */ |
4 | 4 |
5 04232002 - Cleaned up the playsound command line handling. Most command line | |
6 options (--rate, --format, --predecode, etc) are specified per-file | |
7 and reset to their defaults after each sample is played back. | |
8 --loop now takes a numeric argument: --loop 2 will playback the | |
9 sample three times (one playback and two loops). Added Darrell | |
10 to the playsound credits. | |
5 04212002 - Initial work to add a Sound_Seek() API. Removed the NEEDSEEK | 11 04212002 - Initial work to add a Sound_Seek() API. Removed the NEEDSEEK |
6 sample flag (replaced it with CANSEEK). Hack to change the internal | 12 sample flag (replaced it with CANSEEK). Hack to change the internal |
7 Sound_SetError() function to __Sound_SetError(). Added internal | 13 Sound_SetError() function to __Sound_SetError(). Added internal |
8 function __Sound_convertMsToBytePos(). | 14 function __Sound_convertMsToBytePos(). |
9 04082002 - Cleaned up the archive support in playsound a little bit, and | 15 04082002 - Cleaned up the archive support in playsound a little bit, and |