view TODO @ 164:77482005beb6

Now includes FLAC/stream_decoder.h instead of FLAC/all.h. More robust stream handling; uses metadata check to see if stream is valid instead of magic number.
author Ryan C. Gordon <icculus@icculus.org>
date Mon, 19 Nov 2001 16:39:42 +0000
parents f7d65df4383a
children a1255c02bab1
line wrap: on
line source


General stuff TODO:
- Verify portability to various Unixes (BSD, etc)
- Port to Win32.
- Port to BeOS.
- Port to MacOS Classic.
- Port to MacOS X.
- Allow a decoder to register multiple file extensions.
- Man pages for the API.

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).
- Change SMPEG's URL to point to lokigames.com.
- Rename "test" directory to "playsound".
- Have default make build playsound, and make install install it.
- Make some of the SNDDBG() strings more uniform.

Decoders to implement:
- .MID
- .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 ... */