321
|
1 More immediate (needed for 1.0 release):
|
|
2 - Man pages. Doxygen would be cool.
|
23
|
3 - Handle compression and other chunks in WAV files.
|
38
|
4 - Handle compression and other chunks in AIFF-C files.
|
23
|
5 - Cleanup up VOC decoder (seems messy to me).
|
234
|
6 - Fix the crappy rewind implementation in shn.c's SHN_rewind().
|
321
|
7 - Finish implementing seek() method in decoders, see below.
|
|
8 - Add a sdlsound-config script?
|
339
|
9 - playsound is a little wonky when specifying only --rate (or only --channel
|
|
10 or only --format? Look into this.).
|
321
|
11
|
|
12 Decoders still needing seek() method:
|
|
13 (If decoder can't seek, clean up the stub and report an error.)
|
|
14 - mikmod.c
|
|
15 - shn.c
|
|
16 - mpglib.c
|
|
17 - quicktime.c
|
|
18
|
|
19 General stuff TODO:
|
|
20 - Man pages for the API.
|
339
|
21 - Hack on the experimental audio conversion routines.
|
321
|
22
|
|
23 Quicktime stuff that'd be cool, but isn't crucial:
|
|
24 - Integrate decoders/quicktime.c with build system (for OS X)?
|
|
25 - Make decoders/quicktime.c more robust.
|
|
26 - Make decoders/quicktime.c work on win32?
|
339
|
27 - There's no seek() method.
|
23
|
28
|
|
29 Ongoing:
|
|
30 - look for "FIXME"s in the code.
|
|
31
|
0
|
32 /* end of TODO ... */
|
|
33
|