# HG changeset patch # User Ryan C. Gordon # Date 1019635020 0 # Node ID 20e443fc4b7bbc304481ce06d858340dd6ef55ec # Parent 6a80b2f9c47c19d65c3074f8c2682aa480314772 Updated. diff -r 6a80b2f9c47c -r 20e443fc4b7b CHANGELOG --- 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