comparison TODO @ 38:9950943545c4

Updated.
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 20 Sep 2001 07:56:52 +0000
parents 66ff8562eec0
children f3f8e2a0fe76
comparison
equal deleted inserted replaced
37:f27bcbcaeab1 38:9950943545c4
8 - Port to MacOS X. 8 - Port to MacOS X.
9 - Port to PowerPC Linux. 9 - Port to PowerPC Linux.
10 10
11 More immediate: 11 More immediate:
12 - Handle compression and other chunks in WAV files. 12 - Handle compression and other chunks in WAV files.
13 - Handle compression and other chunks in AIFF-C files.
13 - Fix the MP3 decoder; it's badly broken. 14 - Fix the MP3 decoder; it's badly broken.
14 - Cleanup up VOC decoder (seems messy to me). 15 - Cleanup up VOC decoder (seems messy to me).
15 16
16 Decoders to implement: 17 Decoders to implement:
17 - .MP3 (implemented, but buggy) 18 - .MP3 (implemented, but buggy)
19 - .SHN
18 - .MOD 20 - .MOD
19 - .MID 21 - .MID
20 - .CDA 22 - .CDA
21 - .AU 23 - .AU
22 - .AIFF
23 - ...and more... 24 - ...and more...
24 25
25 Ongoing: 26 Ongoing:
26 - look for "FIXME"s in the code. 27 - look for "FIXME"s in the code.
27 28