diff CHANGELOG @ 309:20e443fc4b7b

Updated.
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 24 Apr 2002 07:57:00 +0000
parents c97be6e1bd27
children 028f00df53ae
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