Mercurial > SDL_sound_CoreAudio
changeset 113:7cd718877f3f
Updated.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Thu, 04 Oct 2001 01:22:03 +0000 |
parents | 3fcb23da06ba |
children | dd95a12539fd |
files | CHANGELOG |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGELOG Thu Oct 04 00:59:12 2001 +0000 +++ b/CHANGELOG Thu Oct 04 01:22:03 2001 +0000 @@ -72,6 +72,9 @@ so I could stop my whining. Other autoconf goodies (such as reenabling -Werror for debug builds, etc). Torbjörn brings in a MIDI decoder, which reads from a Timidity process through a pipe. + Changed playsound to open the audio device to match the properties + of each sound file, which results in less conversion (and therefore, + more chance of correct playback). --ryan. (icculus@clutteredmind.org)