Mercurial > SDL_sound_CoreAudio
view TODO @ 207:857e53c5a2da
Renamed from mod.c (see modplug.c for the OTHER mod decoder).
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Thu, 10 Jan 2002 01:16:24 +0000 |
parents | 2cae459bc47e |
children | 9bafd3e8276e |
line wrap: on
line source
General stuff TODO: - Verify portability to various Unixes (BSD, etc) - Port to BeOS. - Port to MacOS Classic. - Man pages for the API. - Add Sound_Rewind(). More immediate: - Write a decent README. - Handle compression and other chunks in WAV files. - Handle compression and other chunks in AIFF-C files. - Cleanup up VOC decoder (seems messy to me). - Rename "test" directory to "playsound". - Have default make build playsound, and make install install it. - Make some of the SNDDBG() strings more uniform. - Shrink buffer in Sound_DecodeAll to fit exact size of sample after decoding. - Make Sound_SetError() and Sound_GetError() use their own buffers, so they don't piddle over SDL errors, and vice-versa. - Run through ElectricFence, dmalloc, etc... Decoders to implement: - .CDA (Does this need specific decoding? Or is a RWops needed?) - .AU - An mpglib MP3 decoder? (or backend mpglib into SMPEG?) - ...and more... Ongoing: - look for "FIXME"s in the code. /* end of TODO ... */