Mercurial > SDL_sound_CoreAudio
changeset 309:20e443fc4b7b
Updated.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Wed, 24 Apr 2002 07:57:00 +0000 |
parents | 6a80b2f9c47c |
children | 9e21cb0d3ae7 |
files | CHANGELOG |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGELOG Wed Apr 24 07:56:52 2002 +0000 +++ b/CHANGELOG Wed Apr 24 07:57:00 2002 +0000 @@ -2,6 +2,12 @@ * CHANGELOG. */ +04232002 - Cleaned up the playsound command line handling. Most command line + options (--rate, --format, --predecode, etc) are specified per-file + and reset to their defaults after each sample is played back. + --loop now takes a numeric argument: --loop 2 will playback the + sample three times (one playback and two loops). Added Darrell + to the playsound credits. 04212002 - Initial work to add a Sound_Seek() API. Removed the NEEDSEEK sample flag (replaced it with CANSEEK). Hack to change the internal Sound_SetError() function to __Sound_SetError(). Added internal