Skip to content

Commit

Permalink
Updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Sep 19, 2001
1 parent 975cbd3 commit e14fe11
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG
Expand Up @@ -19,7 +19,14 @@
.WAV support. Fixed Makefile so that -I. is always first;
otherwise, a previously installed header might get used for the
compiles, which is not good. SDL_sound.h now includes SDL_endian.h,
since SDL.h doesn't, for some reason.
since SDL.h doesn't, for some reason. Moved version defines in
SDL_sound.h to top of file so I can find them. :)
Changed version to 0.1.1. Committed patch from Tsuyoshi Iguchi to
fix a segfault (I forgot to put a NULL terminator at the end of
the available_decoders array), fixing the only bug preventing the
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).

--ryan. (icculus@clutteredmind.org)

Expand Down
12 changes: 12 additions & 0 deletions CREDITS
@@ -1,8 +1,20 @@
----------------------
| SDL_sound credits. |
----------------------

Initial API interface and implementation,
RAW driver,
VOC driver,
MP3 driver (bugs and all),
WAV driver,
OGG driver,
Unix support:
Ryan C. Gordon

Bug fixes,
FreeBSD testing:
Tsuyoshi Iguchi

Other stuff:
Your name here! Patches go to icculus@clutteredmind.org ...

Expand Down
5 changes: 2 additions & 3 deletions TODO
Expand Up @@ -10,13 +10,12 @@ General stuff TODO:

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

Decoders to implement:
- .WAV
- .MP3
- .MP3 (implemented, but buggy)
- .MOD
- .OGG
- .MID
- .CDA
- .AU
Expand Down

0 comments on commit e14fe11

Please sign in to comment.