Mercurial > SDL_sound_CoreAudio
comparison TODO @ 111:b99770def077
Updated.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Thu, 04 Oct 2001 00:36:53 +0000 |
parents | a81efb367027 |
children | 254916e602c6 |
comparison
equal
deleted
inserted
replaced
110:5e5adbe0f215 | 111:b99770def077 |
---|---|
1 | 1 |
2 General stuff TODO: | 2 General stuff TODO: |
3 - Use autoconf. | |
4 - Verify portability to various Unixes (BSD, etc) | 3 - Verify portability to various Unixes (BSD, etc) |
5 - Port to Win32. | 4 - Port to Win32. |
6 - Port to BeOS. | 5 - Port to BeOS. |
7 - Port to MacOS Classic. | 6 - Port to MacOS Classic. |
8 - Port to MacOS X. | 7 - Port to MacOS X. |
8 - Allow a decoder to register multiple file extensions. | |
9 | 9 |
10 More immediate: | 10 More immediate: |
11 - Write a decent README. | 11 - Write a decent README. |
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 - Handle compression and other chunks in AIFF-C files. |
14 - Cleanup up VOC decoder (seems messy to me). | 14 - Cleanup up VOC decoder (seems messy to me). |
15 | 15 |
16 Decoders to implement: | 16 Decoders to implement: |
17 - .SHN | |
18 - .MID | 17 - .MID |
19 - .CDA (Does this need specific decoding? Or is a RWops needed?) | 18 - .CDA (Does this need specific decoding? Or is a RWops needed?) |
20 - .AU | 19 - .AU |
21 - An mpglib MP3 decoder? (or backend mpglib into SMPEG?) | 20 - An mpglib MP3 decoder? (or backend mpglib into SMPEG?) |
22 - ...and more... | 21 - ...and more... |