Mercurial > SDL_sound_CoreAudio
comparison CHANGELOG @ 158:f7d65df4383a
Updated.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Fri, 09 Nov 2001 21:49:27 +0000 |
parents | feff6dab2278 |
children | a1255c02bab1 |
comparison
equal
deleted
inserted
replaced
157:fa3e593b6a5e | 158:f7d65df4383a |
---|---|
3 */ | 3 */ |
4 | 4 |
5 11092001 - Torbjörn fixes playsound's audio callback after I broke it, again. | 5 11092001 - Torbjörn fixes playsound's audio callback after I broke it, again. |
6 A bug in configure.in was preventing SMPEG from being used unless | 6 A bug in configure.in was preventing SMPEG from being used unless |
7 --enable-debug was set; fixed. Changed this file to list latest | 7 --enable-debug was set; fixed. Changed this file to list latest |
8 changes first. | 8 changes first. Torbjörn submitted a FLAC decoder that utilizes |
9 libFLAC (http://flac.sf.net/). Cool. | |
9 11012001 - API COMPATIBILITY BREAKAGE: Decoders can now list multiple file | 10 11012001 - API COMPATIBILITY BREAKAGE: Decoders can now list multiple file |
10 extensions each. Playsound has been updated to handle this. | 11 extensions each. Playsound has been updated to handle this. |
11 Playsound now registers a SIGINT handler, so you can skip tracks | 12 Playsound now registers a SIGINT handler, so you can skip tracks |
12 and/or abort the way that mpg123 does. | 13 and/or abort the way that mpg123 does. |
13 10232001 - Rewrote playsound.c's audio_callback() to no longer need the | 14 10232001 - Rewrote playsound.c's audio_callback() to no longer need the |