0
|
1
|
23
|
2 General stuff TODO:
|
0
|
3 - Verify portability to various Unixes (BSD, etc)
|
|
4 - Port to Win32.
|
|
5 - Port to BeOS.
|
|
6 - Port to MacOS Classic.
|
|
7 - Port to MacOS X.
|
111
|
8 - Allow a decoder to register multiple file extensions.
|
119
|
9 - Man pages for the API.
|
0
|
10
|
23
|
11 More immediate:
|
79
|
12 - Write a decent README.
|
23
|
13 - Handle compression and other chunks in WAV files.
|
38
|
14 - Handle compression and other chunks in AIFF-C files.
|
23
|
15 - Cleanup up VOC decoder (seems messy to me).
|
156
|
16 - Change SMPEG's URL to point to lokigames.com.
|
|
17 - Rename "test" directory to "playsound".
|
|
18 - Have default make build playsound, and make install install it.
|
158
|
19 - Make some of the SNDDBG() strings more uniform.
|
23
|
20
|
0
|
21 Decoders to implement:
|
|
22 - .MID
|
67
|
23 - .CDA (Does this need specific decoding? Or is a RWops needed?)
|
0
|
24 - .AU
|
67
|
25 - An mpglib MP3 decoder? (or backend mpglib into SMPEG?)
|
0
|
26 - ...and more...
|
|
27
|
23
|
28 Ongoing:
|
|
29 - look for "FIXME"s in the code.
|
|
30
|
0
|
31 /* end of TODO ... */
|
|
32
|