view TODO @ 54:6df2f69e037e

Fixes by Torbj�rn...now the thing actually works! :) See the CHANGELOG entry for 09242001 for an explanation of what the problem was.
author Ryan C. Gordon <icculus@icculus.org>
date Mon, 24 Sep 2001 07:55:22 +0000
parents f3f8e2a0fe76
children 8f0e28b7b28c
line wrap: on
line source


General stuff TODO:
- Use autoconf?
- Verify portability to various Unixes (BSD, etc)
- Port to Win32.
- Port to BeOS.
- Port to MacOS Classic.
- Port to MacOS X.

More immediate:
- Handle compression and other chunks in WAV files.
- Handle compression and other chunks in AIFF-C files.
- Fix the MP3 decoder; it's badly broken.
- Cleanup up VOC decoder (seems messy to me).

Decoders to implement:
- .MP3 (implemented, but buggy)
- .SHN
- .MID
- .CDA
- .AU
- ...and more...

Ongoing:
- look for "FIXME"s in the code.

/* end of TODO ... */