Mercurial > SDL_sound_CoreAudio
changeset 352:f0eb99670fa8
Updated.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Thu, 06 Jun 2002 19:14:00 +0000 |
parents | 069ce624d6cf |
children | 2740fad98dfe |
files | CHANGELOG TODO |
diffstat | 2 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGELOG Thu Jun 06 19:12:13 2002 +0000 +++ b/CHANGELOG Thu Jun 06 19:14:00 2002 +0000 @@ -3,7 +3,7 @@ */ 06062002 - Added URLs for official and unofficial versions of ModPlug in - decoders/modplug.c. + decoders/modplug.c. Cleaned up some FIXMEs. 05222002 - Torbjörn sent in some more fixes for altcvt: mono to stereo conversion works, now. 05222002 - Torbjörn sent in some initial cleanups and fixes for altcvt, and
--- a/TODO Thu Jun 06 19:12:13 2002 +0000 +++ b/TODO Thu Jun 06 19:14:00 2002 +0000 @@ -1,10 +1,9 @@ More immediate (needed for 1.0 release): - Man pages. Doxygen would be cool. -- Handle compression and other chunks in WAV files. -- Handle compression and other chunks in AIFF-C files. - Fix the crappy rewind implementation in shn.c's SHN_rewind(). - Finish implementing seek() method in decoders, see below. - Add a sdlsound-config script? +- Clean out FIXMEs. Either fix them or determine they aren't a problem. Decoders still needing seek() method: (If decoder can't seek, clean up the stub and report an error.) @@ -16,6 +15,8 @@ General stuff TODO: - Man pages for the API. - Hack on the experimental audio conversion routines. +- Handle compression and other chunks in WAV files. +- Handle compression and other chunks in AIFF-C files. Quicktime stuff that'd be cool, but isn't crucial: - Integrate decoders/quicktime.c with build system (for OS X)?