Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.04 KB

TODO

File metadata and controls

34 lines (28 loc) · 1.04 KB
 
Sep 14, 2001
Sep 14, 2001
1
Sep 19, 2001
Sep 19, 2001
2
General stuff TODO:
Sep 14, 2001
Sep 14, 2001
3
4
5
- Verify portability to various Unixes (BSD, etc)
- Port to BeOS.
- Port to MacOS Classic.
Oct 6, 2001
Oct 6, 2001
6
- Man pages for the API.
Dec 7, 2001
Dec 7, 2001
7
- Add Sound_Rewind().
Sep 14, 2001
Sep 14, 2001
8
Sep 19, 2001
Sep 19, 2001
9
More immediate:
Sep 25, 2001
Sep 25, 2001
10
- Write a decent README.
Sep 19, 2001
Sep 19, 2001
11
- Handle compression and other chunks in WAV files.
Sep 20, 2001
Sep 20, 2001
12
- Handle compression and other chunks in AIFF-C files.
Sep 19, 2001
Sep 19, 2001
13
- Cleanup up VOC decoder (seems messy to me).
Nov 9, 2001
Nov 9, 2001
14
15
16
- Change SMPEG's URL to point to lokigames.com.
- Rename "test" directory to "playsound".
- Have default make build playsound, and make install install it.
Nov 9, 2001
Nov 9, 2001
17
- Make some of the SNDDBG() strings more uniform.
Nov 26, 2001
Nov 26, 2001
18
19
- SMPEG only works after calling SDL_OpenAudio(). Why?
- Shrink buffer in Sound_DecodeAll to fit exact size of sample after decoding.
Dec 26, 2001
Dec 26, 2001
20
21
- Make Sound_SetError() and Sound_GetError() use their own buffers, so they
don't piddle over SDL errors, and vice-versa.
Sep 19, 2001
Sep 19, 2001
22
Sep 14, 2001
Sep 14, 2001
23
24
Decoders to implement:
- .MID
Sep 25, 2001
Sep 25, 2001
25
- .CDA (Does this need specific decoding? Or is a RWops needed?)
Sep 14, 2001
Sep 14, 2001
26
- .AU
Sep 25, 2001
Sep 25, 2001
27
- An mpglib MP3 decoder? (or backend mpglib into SMPEG?)
Sep 14, 2001
Sep 14, 2001
28
29
- ...and more...
Sep 19, 2001
Sep 19, 2001
30
31
Ongoing:
- look for "FIXME"s in the code.
Sep 14, 2001
Sep 14, 2001
32
Sep 19, 2001
Sep 19, 2001
33
/* end of TODO ... */