scummvm/sound
Max Horn f086ab5a05 whitespace
svn-id: r9181
2003-07-24 21:26:46 +00:00
..
.cvsignore fixed the 'intelligent' GCC build rules; added .cvsignore files 2002-08-21 16:28:19 +00:00
audiostream.h added RateConverter classes as thin wrappers around st_* functions; renamed InputStream -> AudioInputStream and cleaned up the hierarchy of its subclasses; added makeInputStream() auxillary function 2003-07-24 18:20:12 +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 Revamped iMuse and Player classes. Player now uses MidiParser to parse its data, which will allow it to parse other MIDI formats. To receive parsed data, Player now derives from MidiDriver to act as a "fake MIDI driver". 2003-05-23 04:19:47 +00:00
midiparser_smf.cpp Use stdafx.h instead of manually including system headers. 2003-06-18 21:10:05 +00:00
midiparser_xmidi.cpp Use stdafx.h instead of manually including system headers. 2003-06-18 21:10:05 +00:00
midiparser.cpp Fix for Bug [766426]: V5 Games: Adlib SFX not looped 2003-07-10 04:34:44 +00:00
midiparser.h Fix for Bug [766426]: V5 Games: Adlib SFX not looped 2003-07-10 04:34:44 +00:00
mixer.cpp Fixed regression in clamped_add_16() that kept it from clamping. This was 2003-07-23 13:16:58 +00:00
mixer.h whitespace 2003-07-24 21:26:46 +00:00
module.mk Moved common parsing logic into MidiParser base class. 2003-05-19 18:48:18 +00:00
mpu401.cpp make gcc happy 2003-06-21 15:55:08 +00:00
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 added volume support; some cleanup; provided exactly as many samples as were requested in the 'resample' algorithm (if possible) 2003-07-24 21:26:00 +00:00
rate.h added volume support; some cleanup; provided exactly as many samples as were requested in the 'resample' algorithm (if possible) 2003-07-24 21:26:00 +00:00
resample.cpp added volume support; some cleanup; provided exactly as many samples as were requested in the 'resample' algorithm (if possible) 2003-07-24 21:26:00 +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