Mercurial > SDL_sound_CoreAudio
comparison TODO @ 205:2cae459bc47e
Updated.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Thu, 10 Jan 2002 01:15:11 +0000 |
parents | 05bb0259cd2a |
children | 9bafd3e8276e |
comparison
equal
deleted
inserted
replaced
204:dfe83937103c | 205:2cae459bc47e |
---|---|
18 - Make Sound_SetError() and Sound_GetError() use their own buffers, so they | 18 - Make Sound_SetError() and Sound_GetError() use their own buffers, so they |
19 don't piddle over SDL errors, and vice-versa. | 19 don't piddle over SDL errors, and vice-versa. |
20 - Run through ElectricFence, dmalloc, etc... | 20 - Run through ElectricFence, dmalloc, etc... |
21 | 21 |
22 Decoders to implement: | 22 Decoders to implement: |
23 - .MID | |
24 - .CDA (Does this need specific decoding? Or is a RWops needed?) | 23 - .CDA (Does this need specific decoding? Or is a RWops needed?) |
25 - .AU | 24 - .AU |
26 - An mpglib MP3 decoder? (or backend mpglib into SMPEG?) | 25 - An mpglib MP3 decoder? (or backend mpglib into SMPEG?) |
27 - ...and more... | 26 - ...and more... |
28 | 27 |