Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1007 Bytes

TODO

File metadata and controls

34 lines (28 loc) · 1007 Bytes
 
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
6
7
- Verify portability to various Unixes (BSD, etc)
- Port to Win32.
- Port to BeOS.
- Port to MacOS Classic.
- Port to MacOS X.
Oct 4, 2001
Oct 4, 2001
8
- Allow a decoder to register multiple file extensions.
Oct 6, 2001
Oct 6, 2001
9
- Man pages for the API.
Sep 14, 2001
Sep 14, 2001
10
Sep 19, 2001
Sep 19, 2001
11
More immediate:
Sep 25, 2001
Sep 25, 2001
12
- Write a decent README.
Sep 19, 2001
Sep 19, 2001
13
- Handle compression and other chunks in WAV files.
Sep 20, 2001
Sep 20, 2001
14
- Handle compression and other chunks in AIFF-C files.
Sep 19, 2001
Sep 19, 2001
15
- Cleanup up VOC decoder (seems messy to me).
Nov 9, 2001
Nov 9, 2001
16
17
18
- 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
19
- Make some of the SNDDBG() strings more uniform.
Nov 26, 2001
Nov 26, 2001
20
21
- SMPEG only works after calling SDL_OpenAudio(). Why?
- Shrink buffer in Sound_DecodeAll to fit exact size of sample after decoding.
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 ... */