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.
|
234
|
5 - Fix the crappy rewind implementation in shn.c's SHN_rewind().
|
321
|
6 - Finish implementing seek() method in decoders, see below.
|
|
7 - Add a sdlsound-config script?
|
|
8
|
|
9 Decoders still needing seek() method:
|
|
10 (If decoder can't seek, clean up the stub and report an error.)
|
|
11 - mikmod.c
|
|
12 - shn.c
|
|
13 - mpglib.c
|
|
14 - quicktime.c
|
|
15
|
|
16 General stuff TODO:
|
|
17 - Man pages for the API.
|
339
|
18 - Hack on the experimental audio conversion routines.
|
321
|
19
|
|
20 Quicktime stuff that'd be cool, but isn't crucial:
|
|
21 - Integrate decoders/quicktime.c with build system (for OS X)?
|
|
22 - Make decoders/quicktime.c more robust.
|
|
23 - Make decoders/quicktime.c work on win32?
|
339
|
24 - There's no seek() method.
|
23
|
25
|
|
26 Ongoing:
|
|
27 - look for "FIXME"s in the code.
|
|
28
|
0
|
29 /* end of TODO ... */
|
|
30
|