comparison CHANGELOG @ 313:028f00df53ae

Updated.
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 24 Apr 2002 20:48:02 +0000
parents 20e443fc4b7b
children aaf9142d5a9e
comparison
equal deleted inserted replaced
312:498240aa76f1 313:028f00df53ae
1 /* 1 /*
2 * CHANGELOG. 2 * CHANGELOG.
3 */ 3 */
4 4
5 04242002 - Added --seek option and bugfixes to playsound.c. Torbjörn comes
6 through with seek support for the FLAC, MIDI, Mikmod, and ModPlug
7 decoders, and a bugfix for sample flag manipulation in the base
8 library (and his own --seek code for playsound, which unfortunately
9 we're not using).
5 04232002 - Cleaned up the playsound command line handling. Most command line 10 04232002 - Cleaned up the playsound command line handling. Most command line
6 options (--rate, --format, --predecode, etc) are specified per-file 11 options (--rate, --format, --predecode, etc) are specified per-file
7 and reset to their defaults after each sample is played back. 12 and reset to their defaults after each sample is played back.
8 --loop now takes a numeric argument: --loop 2 will playback the 13 --loop now takes a numeric argument: --loop 2 will playback the
9 sample three times (one playback and two loops). Added Darrell 14 sample three times (one playback and two loops). Added Darrell