Mercurial > SDL_sound_CoreAudio
comparison TODO @ 55:8f0e28b7b28c
Updated.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Mon, 24 Sep 2001 08:11:33 +0000 |
parents | f3f8e2a0fe76 |
children | 78da63951b29 |
comparison
equal
deleted
inserted
replaced
54:6df2f69e037e | 55:8f0e28b7b28c |
---|---|
1 | 1 |
2 General stuff TODO: | 2 General stuff TODO: |
3 - Use autoconf? | 3 - Use autoconf. |
4 - Verify portability to various Unixes (BSD, etc) | 4 - Verify portability to various Unixes (BSD, etc) |
5 - Port to Win32. | 5 - Port to Win32. |
6 - Port to BeOS. | 6 - Port to BeOS. |
7 - Port to MacOS Classic. | 7 - Port to MacOS Classic. |
8 - Port to MacOS X. | 8 - Port to MacOS X. |
9 | 9 |
10 More immediate: | 10 More immediate: |
11 - Handle compression and other chunks in WAV files. | 11 - Handle compression and other chunks in WAV files. |
12 - Handle compression and other chunks in AIFF-C files. | 12 - Handle compression and other chunks in AIFF-C files. |
13 - Fix the MP3 decoder; it's badly broken. | |
14 - Cleanup up VOC decoder (seems messy to me). | 13 - Cleanup up VOC decoder (seems messy to me). |
15 | 14 |
16 Decoders to implement: | 15 Decoders to implement: |
17 - .MP3 (implemented, but buggy) | |
18 - .SHN | 16 - .SHN |
19 - .MID | 17 - .MID |
20 - .CDA | 18 - .CDA |
21 - .AU | 19 - .AU |
22 - ...and more... | 20 - ...and more... |