Mercurial > SDL_sound_CoreAudio
comparison TODO @ 243:4a8d627a2326
Updated.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Mon, 04 Feb 2002 14:07:05 +0000 |
parents | d8247b97b010 |
children | c6b7f7999a0e |
comparison
equal
deleted
inserted
replaced
242:12a9c2e0b00f | 243:4a8d627a2326 |
---|---|
1 Left todo for 0.1.5: | 1 Left todo for 0.1.5: |
2 - Update the Visual C project files. | 2 - Update the Visual C project files. |
3 | 3 |
4 General stuff TODO: | 4 General stuff TODO: |
5 - Verify portability to various Unixes (BSD, etc) | 5 - Verify portability to various Unixes (BSD, etc) |
6 - Port to MacOS Classic. | |
7 - Man pages for the API. | 6 - Man pages for the API. |
8 | 7 |
9 More immediate: | 8 More immediate: |
10 - Write a decent README. | 9 - Write a decent README. |
11 - Handle compression and other chunks in WAV files. | 10 - Handle compression and other chunks in WAV files. |
12 - Handle compression and other chunks in AIFF-C files. | 11 - Handle compression and other chunks in AIFF-C files. |
13 - Cleanup up VOC decoder (seems messy to me). | 12 - Cleanup up VOC decoder (seems messy to me). |
14 - Make some of the SNDDBG() strings more uniform. | 13 - Make some of the SNDDBG() strings more uniform. |
15 - Run through ElectricFence, dmalloc, etc... | 14 - Run through ElectricFence, dmalloc, etc... |
16 - Fix the crappy rewind implementation in shn.c's SHN_rewind(). | 15 - Fix the crappy rewind implementation in shn.c's SHN_rewind(). |
16 - Add a sdlsound-config script. | |
17 | 17 |
18 Decoders to implement: | 18 Decoders to implement: |
19 - .CDA (Does this need specific decoding? Or is a RWops needed?) | 19 - .CDA (Does this need specific decoding? Or is a RWops needed?) |
20 - An mpglib MP3 decoder? (or backend mpglib into SMPEG?) | 20 - An mpglib MP3 decoder? (or backend mpglib into SMPEG?) |
21 - A c64 SID player? | 21 - A c64 SID player? |