Mercurial > SDL_sound_CoreAudio
comparison CHANGELOG @ 55:8f0e28b7b28c
Updated.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Mon, 24 Sep 2001 08:11:33 +0000 |
parents | f3f8e2a0fe76 |
children | 7d3a6ea7f1f0 |
comparison
equal
deleted
inserted
replaced
54:6df2f69e037e | 55:8f0e28b7b28c |
---|---|
40 decoders/mp3.c so that SMPEG won't claim every stream it sees, MP3 | 40 decoders/mp3.c so that SMPEG won't claim every stream it sees, MP3 |
41 or not. I removed the multiple-streams-per-rwops code, after | 41 or not. I removed the multiple-streams-per-rwops code, after |
42 discussion on the mailing list. The init() and quit() methods | 42 discussion on the mailing list. The init() and quit() methods |
43 led to the possibility that certain decoders will flag themselves | 43 led to the possibility that certain decoders will flag themselves |
44 as unavailable at runtime, and SDL_sound now handles this. | 44 as unavailable at runtime, and SDL_sound now handles this. |
45 Added [LIB|INC]PATH_[OGG|MOD]. Bigendian fixes; no works on PowerPC | 45 Added [LIB|INC]PATH_[OGG|MOD]. Bigendian fixes; now works on |
46 Linux. MikMod tweaks. Changed version to 0.1.2. | 46 PowerPC Linux. MikMod tweaks. Changed version to 0.1.2. |
47 09242001 - Thank goodness, Torbjörn came through with the MP3 fix. Apparently | |
48 SMPEG mixes each chunk of decoded data with whatever is already | |
49 in the buffer you give it. I hate that. I'm going to patch SMPEG | |
50 to let the programmer enable and disable that behaviour in a given | |
51 (SMPEG *), since it's just a CPU eater in this case. | |
47 | 52 |
48 --ryan. (icculus@clutteredmind.org) | 53 --ryan. (icculus@clutteredmind.org) |
49 | 54 |
50 /* end of CHANGELOG ... */ | 55 /* end of CHANGELOG ... */ |
51 | 56 |
52 |