annotate TODO @ 189:92eae705e0d1 release-0.1.4

Updated.
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 27 Dec 2001 23:09:53 +0000
parents 47cc2de2ae36
children 05bb0259cd2a
rev   line source
0
1078b3528e6f Initial revision
Ryan C. Gordon <icculus@icculus.org>
parents:
diff changeset
1
23
06a009a1ec9e Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 9
diff changeset
2 General stuff TODO:
0
1078b3528e6f Initial revision
Ryan C. Gordon <icculus@icculus.org>
parents:
diff changeset
3 - Verify portability to various Unixes (BSD, etc)
1078b3528e6f Initial revision
Ryan C. Gordon <icculus@icculus.org>
parents:
diff changeset
4 - Port to BeOS.
1078b3528e6f Initial revision
Ryan C. Gordon <icculus@icculus.org>
parents:
diff changeset
5 - Port to MacOS Classic.
119
254916e602c6 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 111
diff changeset
6 - Man pages for the API.
179
bded4e43ae73 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 169
diff changeset
7 - Add Sound_Rewind().
0
1078b3528e6f Initial revision
Ryan C. Gordon <icculus@icculus.org>
parents:
diff changeset
8
23
06a009a1ec9e Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 9
diff changeset
9 More immediate:
79
a81efb367027 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 67
diff changeset
10 - Write a decent README.
23
06a009a1ec9e Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 9
diff changeset
11 - Handle compression and other chunks in WAV files.
38
9950943545c4 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 30
diff changeset
12 - Handle compression and other chunks in AIFF-C files.
23
06a009a1ec9e Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 9
diff changeset
13 - Cleanup up VOC decoder (seems messy to me).
156
ac46d8db8a8c Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 119
diff changeset
14 - Change SMPEG's URL to point to lokigames.com.
ac46d8db8a8c Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 119
diff changeset
15 - Rename "test" directory to "playsound".
ac46d8db8a8c Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 119
diff changeset
16 - Have default make build playsound, and make install install it.
158
f7d65df4383a Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 156
diff changeset
17 - Make some of the SNDDBG() strings more uniform.
169
a1255c02bab1 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 158
diff changeset
18 - SMPEG only works after calling SDL_OpenAudio(). Why?
a1255c02bab1 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 158
diff changeset
19 - Shrink buffer in Sound_DecodeAll to fit exact size of sample after decoding.
184
47cc2de2ae36 Changed reference to "LICENSE" file to "COPYING".
Ryan C. Gordon <icculus@icculus.org>
parents: 179
diff changeset
20 - Make Sound_SetError() and Sound_GetError() use their own buffers, so they
47cc2de2ae36 Changed reference to "LICENSE" file to "COPYING".
Ryan C. Gordon <icculus@icculus.org>
parents: 179
diff changeset
21 don't piddle over SDL errors, and vice-versa.
189
92eae705e0d1 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 184
diff changeset
22 - Run through ElectricFence, dmalloc, etc...
23
06a009a1ec9e Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 9
diff changeset
23
0
1078b3528e6f Initial revision
Ryan C. Gordon <icculus@icculus.org>
parents:
diff changeset
24 Decoders to implement:
1078b3528e6f Initial revision
Ryan C. Gordon <icculus@icculus.org>
parents:
diff changeset
25 - .MID
67
78da63951b29 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 55
diff changeset
26 - .CDA (Does this need specific decoding? Or is a RWops needed?)
0
1078b3528e6f Initial revision
Ryan C. Gordon <icculus@icculus.org>
parents:
diff changeset
27 - .AU
67
78da63951b29 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 55
diff changeset
28 - An mpglib MP3 decoder? (or backend mpglib into SMPEG?)
0
1078b3528e6f Initial revision
Ryan C. Gordon <icculus@icculus.org>
parents:
diff changeset
29 - ...and more...
1078b3528e6f Initial revision
Ryan C. Gordon <icculus@icculus.org>
parents:
diff changeset
30
23
06a009a1ec9e Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 9
diff changeset
31 Ongoing:
06a009a1ec9e Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 9
diff changeset
32 - look for "FIXME"s in the code.
06a009a1ec9e Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 9
diff changeset
33
0
1078b3528e6f Initial revision
Ryan C. Gordon <icculus@icculus.org>
parents:
diff changeset
34 /* end of TODO ... */
1078b3528e6f Initial revision
Ryan C. Gordon <icculus@icculus.org>
parents:
diff changeset
35