scummvm/sound
2003-07-28 11:13:01 +00:00
..
.cvsignore
audiostream.cpp instead of 'int channels', use 'bool stereo' (less extensible, but then I don't think we'll ever support 5.1 sound :-)); fixed a bug in st_rate_flow where it sometimes would overflow the output buffer; made CopyRateConverter a template, too, increasing efficency 2003-07-28 11:13:01 +00:00
audiostream.h instead of 'int channels', use 'bool stereo' (less extensible, but then I don't think we'll ever support 5.1 sound :-)); fixed a bug in st_rate_flow where it sometimes would overflow the output buffer; made CopyRateConverter a template, too, increasing efficency 2003-07-28 11:13:01 +00:00
fmopl.cpp Reverted to "old" YM3812 (FMOPL) emulator code. 2003-07-11 07:14:21 +00:00
fmopl.h Reverted to "old" YM3812 (FMOPL) emulator code. 2003-07-11 07:14:21 +00:00
mididrv.h
midiparser_smf.cpp
midiparser_xmidi.cpp
midiparser.cpp For for Bug [775654] DOTT: Hanging notes 2003-07-26 19:37:54 +00:00
midiparser.h Fix for Bug [766426]: V5 Games: Adlib SFX not looped 2003-07-10 04:34:44 +00:00
mixer.cpp oops accidentally broke the 'old' 8bit resampling code :-( 2003-07-26 01:44:37 +00:00
mixer.h lots of mixer changes: replaced _volumeTable by _globalVolume (applying volume after resampling is more accurate); made more member vars of SoundMixer protected (and thus added some new getter methods); added (untested) support for a second (stereo) channel when playing MP3 2003-07-25 01:19:14 +00:00
module.mk
mpu401.cpp
mpu401.h updated code to use type MutexRef; added class StackLock (from sdl backend, now in util.*) 2003-07-05 15:19:11 +00:00
rate.cpp instead of 'int channels', use 'bool stereo' (less extensible, but then I don't think we'll ever support 5.1 sound :-)); fixed a bug in st_rate_flow where it sometimes would overflow the output buffer; made CopyRateConverter a template, too, increasing efficency 2003-07-28 11:13:01 +00:00
rate.h instead of 'int channels', use 'bool stereo' (less extensible, but then I don't think we'll ever support 5.1 sound :-)); fixed a bug in st_rate_flow where it sometimes would overflow the output buffer; made CopyRateConverter a template, too, increasing efficency 2003-07-28 11:13:01 +00:00
resample.cpp added CopyRateConverter (used if inrate == outrate) 2003-07-28 01:50:46 +00:00
resample.h new files, based on SoX (http://sox.sf.net): better resampling code. Note that my mixer.cpp changes are on purpose not yet in CVS since they are not complete. Only reasons I checkin these files is that it's much more comfortable to have CVS, since I need to rewrite parts of resample.cpp now (I already have lots of modifications in). Also expect more OO in the future 2003-07-24 17:46:38 +00:00