scummvm/sound
2003-12-21 15:47:52 +00:00
..
.cvsignore fixed the 'intelligent' GCC build rules; added .cvsignore files 2002-08-21 16:28:19 +00:00
audiocd.cpp init some more member vars 2003-12-12 15:05:33 +00:00
audiocd.h o Make use of the new LinearMemoryStream feature which allows auto-disposing the sound data 2003-12-21 00:44:31 +00:00
audiostream.cpp Rewrote make*Stream factory functions to work around bug in MSVC6 (see bug report #860067); added some comments; LinearMemoryStream now can auto-dispose the data passed to it 2003-12-21 00:26:36 +00:00
audiostream.h Rewrote make*Stream factory functions to work around bug in MSVC6 (see bug report #860067); added some comments; LinearMemoryStream now can auto-dispose the data passed to it 2003-12-21 00:26:36 +00:00
fmopl.cpp cleanup whitespaces 2003-11-08 23:05:04 +00:00
fmopl.h #include cleanup (explicityl specify the location for headers from common/, so that we at some point can get rid of -Icommon; exception is made for stdafx.h, since a) we might want to rename it and b) might want to move it to the top level) 2003-08-01 12:21:04 +00:00
mididrv.cpp This is now supported on PalmOS 2003-12-18 11:49:53 +00:00
mididrv.h cleanup 2003-10-18 13:04:59 +00:00
midiparser_smf.cpp cleanup / doxygenification 2003-10-03 23:34:06 +00:00
midiparser_xmidi.cpp cleanup whitespaces 2003-11-08 23:05:04 +00:00
midiparser.cpp cleanup whitespaces 2003-11-08 23:05:04 +00:00
midiparser.h Expanded the Doxygen docs for the MidiParser class. 2003-12-11 00:51:51 +00:00
mixer.cpp added convenience SoundMixer::playVorbis variant which calls through to playSfxSound_Vorbis; made scumm/queen engines use it 2003-12-21 15:47:52 +00:00
mixer.h added convenience SoundMixer::playVorbis variant which calls through to playSfxSound_Vorbis; made scumm/queen engines use it 2003-12-21 15:47:52 +00:00
module.mk moved Audio CD (emulation) code from scumm/sound.cpp to sound/, so that it may be reused by other engines in the future 2003-11-29 12:11:01 +00:00
mp3.cpp o Make use of the new LinearMemoryStream feature which allows auto-disposing the sound data 2003-12-21 00:44:31 +00:00
mp3.h o Make use of the new LinearMemoryStream feature which allows auto-disposing the sound data 2003-12-21 00:44:31 +00:00
mpu401.cpp renamed some Timer methods 2003-10-17 16:39:32 +00:00
mpu401.h Preliminary preparation for new YM2612 FM emulator. 2003-10-05 15:36:52 +00:00
rate.cpp distinguish between end of stream and end of data 2003-12-19 01:30:19 +00:00
rate.h moved engine.* to base; this fixes some linking issues when building a barebone ScummVM (or maybe I just want to increase our CVS stats? <g>) 2003-09-18 02:07:18 +00:00
resample.cpp undo aquadran's recent changes here. If this doesn't compile on MSVC7, fine, simply remove it from your project file - it's not supposed to be compiled ATM 2003-10-03 10:30:33 +00:00
resample.h undo aquadran's recent changes here. If this doesn't compile on MSVC7, fine, simply remove it from your project file - it's not supposed to be compiled ATM 2003-10-03 10:30:33 +00:00
voc.cpp Correct voc rate in DOTT demo 2003-11-07 11:11:06 +00:00
voc.h moved declaration of error/warning/debug from engine.h to util.h; added voc.cpp 2003-09-10 12:19:57 +00:00
vorbis.cpp o Make use of the new LinearMemoryStream feature which allows auto-disposing the sound data 2003-12-21 00:44:31 +00:00
vorbis.h o Make use of the new LinearMemoryStream feature which allows auto-disposing the sound data 2003-12-21 00:44:31 +00:00