Mercurial > SDL_sound_CoreAudio
changeset 344:d5d281337ee0
Updated.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Wed, 22 May 2002 09:30:59 +0000 |
parents | 03f47480200f |
children | 1464c9070f54 |
files | CHANGELOG TODO |
diffstat | 2 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGELOG Wed May 22 09:30:52 2002 +0000 +++ b/CHANGELOG Wed May 22 09:30:59 2002 +0000 @@ -2,6 +2,9 @@ * CHANGELOG. */ +05222002 - Torbjörn sent in some initial cleanups and fixes for altcvt, and + fixed a bug in playsound when not all three of --rate, --channels + and --format are specified. 05202002 - Some .cvsignores from Max and me. Added a seek implementations for the SMPEG, ogg, aiff, wav-adpcm, voc, and au decoders. Added a seek stub to quicktime.c. playsound now takes milliseconds in the seek
--- a/TODO Wed May 22 09:30:52 2002 +0000 +++ b/TODO Wed May 22 09:30:59 2002 +0000 @@ -6,8 +6,6 @@ - Fix the crappy rewind implementation in shn.c's SHN_rewind(). - Finish implementing seek() method in decoders, see below. - Add a sdlsound-config script? -- playsound is a little wonky when specifying only --rate (or only --channel - or only --format? Look into this.). Decoders still needing seek() method: (If decoder can't seek, clean up the stub and report an error.)