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