Skip to content

Commit

Permalink
Updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Sep 20, 2001
1 parent 17f7719 commit e62edb7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG
Expand Up @@ -27,7 +27,12 @@
test program from running on FreeBSD 4.3. Sweet. Added Ogg Vorbis
decoder. Rewrote the test program's SDL audio callback to be more
robust (Ogg exposed a nasty bug in it). Fixed a byte-ordering issue
in the VOC decoder.
in the VOC decoder.
09202001 - Torbj�rn Andersson submitted several patches: fixed a comment in
the .WAV decoder (whoops...screwed up my own search-and-replace.
Hah.), made an attempt at putting multiple sound streams behind
one RWops (gotta think on that one first), and, most importantly,
added an AIFF decoder, which is very cool.

--ryan. (icculus@clutteredmind.org)

Expand Down
3 changes: 2 additions & 1 deletion TODO
Expand Up @@ -10,16 +10,17 @@ General stuff TODO:

More immediate:
- Handle compression and other chunks in WAV files.
- Handle compression and other chunks in AIFF-C files.
- Fix the MP3 decoder; it's badly broken.
- Cleanup up VOC decoder (seems messy to me).

Decoders to implement:
- .MP3 (implemented, but buggy)
- .SHN
- .MOD
- .MID
- .CDA
- .AU
- .AIFF
- ...and more...

Ongoing:
Expand Down

0 comments on commit e62edb7

Please sign in to comment.