Mercurial > SDL_sound_CoreAudio
changeset 55:8f0e28b7b28c
Updated.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Mon, 24 Sep 2001 08:11:33 +0000 |
parents | 6df2f69e037e |
children | 2d0873719c77 |
files | CHANGELOG CREDITS TODO |
diffstat | 3 files changed, 12 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGELOG Mon Sep 24 07:55:22 2001 +0000 +++ b/CHANGELOG Mon Sep 24 08:11:33 2001 +0000 @@ -42,11 +42,15 @@ discussion on the mailing list. The init() and quit() methods led to the possibility that certain decoders will flag themselves as unavailable at runtime, and SDL_sound now handles this. - Added [LIB|INC]PATH_[OGG|MOD]. Bigendian fixes; no works on PowerPC - Linux. MikMod tweaks. Changed version to 0.1.2. + Added [LIB|INC]PATH_[OGG|MOD]. Bigendian fixes; now works on + PowerPC Linux. MikMod tweaks. Changed version to 0.1.2. +09242001 - Thank goodness, Torbjörn came through with the MP3 fix. Apparently + SMPEG mixes each chunk of decoded data with whatever is already + in the buffer you give it. I hate that. I'm going to patch SMPEG + to let the programmer enable and disable that behaviour in a given + (SMPEG *), since it's just a CPU eater in this case. --ryan. (icculus@clutteredmind.org) /* end of CHANGELOG ... */ -
--- a/CREDITS Mon Sep 24 07:55:22 2001 +0000 +++ b/CREDITS Mon Sep 24 08:11:33 2001 +0000 @@ -5,7 +5,7 @@ Initial API interface and implementation, RAW driver, VOC driver, -MP3 driver (bugs and all), +MP3 driver, WAV driver, OGG driver, Unix support: @@ -16,7 +16,9 @@ Tsuyoshi Iguchi Code cleanups, -AIFF driver: +MP3 fixes, +AIFF driver, +MikMod driver: Torbjörn Andersson Other stuff:
--- a/TODO Mon Sep 24 07:55:22 2001 +0000 +++ b/TODO Mon Sep 24 08:11:33 2001 +0000 @@ -1,6 +1,6 @@ General stuff TODO: -- Use autoconf? +- Use autoconf. - Verify portability to various Unixes (BSD, etc) - Port to Win32. - Port to BeOS. @@ -10,11 +10,9 @@ 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 - .MID - .CDA