Mercurial > SDL_sound_CoreAudio
annotate TODO @ 188:8df5aff6ce12
Added (broken and commented out) ElectricFence support.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Thu, 27 Dec 2001 23:08:44 +0000 |
parents | 47cc2de2ae36 |
children | 92eae705e0d1 |
rev | line source |
---|---|
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 - Change SMPEG's URL to point to lokigames.com. |
15 - Rename "test" directory to "playsound". | |
16 - Have default make build playsound, and make install install it. | |
158 | 17 - Make some of the SNDDBG() strings more uniform. |
169 | 18 - SMPEG only works after calling SDL_OpenAudio(). Why? |
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. |
23 | 22 |
0 | 23 Decoders to implement: |
24 - .MID | |
67 | 25 - .CDA (Does this need specific decoding? Or is a RWops needed?) |
0 | 26 - .AU |
67 | 27 - An mpglib MP3 decoder? (or backend mpglib into SMPEG?) |
0 | 28 - ...and more... |
29 | |
23 | 30 Ongoing: |
31 - look for "FIXME"s in the code. | |
32 | |
0 | 33 /* end of TODO ... */ |
34 |