0
|
1
|
23
|
2 General stuff TODO:
|
0
|
3 - Verify portability to various Unixes (BSD, etc)
|
|
4 - Port to BeOS.
|
|
5 - Port to MacOS Classic.
|
119
|
6 - Man pages for the API.
|
179
|
7 - Add Sound_Rewind().
|
0
|
8
|
23
|
9 More immediate:
|
79
|
10 - Write a decent README.
|
23
|
11 - Handle compression and other chunks in WAV files.
|
38
|
12 - Handle compression and other chunks in AIFF-C files.
|
23
|
13 - Cleanup up VOC decoder (seems messy to me).
|
156
|
14 - Rename "test" directory to "playsound".
|
|
15 - Have default make build playsound, and make install install it.
|
158
|
16 - Make some of the SNDDBG() strings more uniform.
|
189
|
17 - Run through ElectricFence, dmalloc, etc...
|
218
|
18 - Verify thread safety. SDL_sound should be fully reentrant right now, with
|
|
19 the exception of Sound_NewSample*()...starting two sounds at once can cause
|
|
20 the internal linked list of currently-decoding samples to scramble.
|
23
|
21
|
0
|
22 Decoders to implement:
|
67
|
23 - .CDA (Does this need specific decoding? Or is a RWops needed?)
|
|
24 - An mpglib MP3 decoder? (or backend mpglib into SMPEG?)
|
0
|
25 - ...and more...
|
|
26
|
23
|
27 Ongoing:
|
|
28 - look for "FIXME"s in the code.
|
|
29
|
0
|
30 /* end of TODO ... */
|
|
31
|