Mercurial > SDL_sound_CoreAudio
changeset 313:028f00df53ae
Updated.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Wed, 24 Apr 2002 20:48:02 +0000 |
parents | 498240aa76f1 |
children | e867f050912c |
files | CHANGELOG |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGELOG Wed Apr 24 20:47:21 2002 +0000 +++ b/CHANGELOG Wed Apr 24 20:48:02 2002 +0000 @@ -2,6 +2,11 @@ * CHANGELOG. */ +04242002 - Added --seek option and bugfixes to playsound.c. Torbjörn comes + through with seek support for the FLAC, MIDI, Mikmod, and ModPlug + decoders, and a bugfix for sample flag manipulation in the base + library (and his own --seek code for playsound, which unfortunately + we're not using). 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.