Logic fixes from Torbj�rn.
author |
Ryan C. Gordon <icculus@icculus.org> |
date |
Wed, 24 Apr 2002 20:46:39 +0000 |
parents |
c6b7f7999a0e |
children |
182fdc76060d |
rev |
line source |
23
|
1 General stuff TODO:
|
119
|
2 - Man pages for the API.
|
0
|
3
|
23
|
4 More immediate:
|
|
5 - Handle compression and other chunks in WAV files.
|
38
|
6 - Handle compression and other chunks in AIFF-C files.
|
23
|
7 - Cleanup up VOC decoder (seems messy to me).
|
234
|
8 - Fix the crappy rewind implementation in shn.c's SHN_rewind().
|
243
|
9 - Add a sdlsound-config script.
|
23
|
10
|
|
11 Ongoing:
|
|
12 - look for "FIXME"s in the code.
|
|
13
|
0
|
14 /* end of TODO ... */
|
|
15
|