scummvm/sound
Max Horn 859a9c0129 o Added SoundMixer::isReady()
o Removed SoundMixer::bindToSystem()
o In scumm, replaced _silentMixer, _silentDigitalImuse and _noDigitalSamples by SoundMixer::isReady()

svn-id: r11893
2003-12-24 17:42:22 +00:00
..
.cvsignore fixed the 'intelligent' GCC build rules; added .cvsignore files 2002-08-21 16:28:19 +00:00
audiocd.cpp turned PlayingSoundHandle into an 'opaque' (well not really :-) data type, mainly because people kept (accidentally and sometimes on purpose :-) misusing them 2003-12-24 00:25:18 +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 o Added SoundMixer::isReady() 2003-12-24 17:42:22 +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 explicitly turn off all active sounds -> not all MIDI devices support the 'All note off' event, at least according to http://crystal.apana.org.au/ghansper/midi_introduction/midi_channel_mode.html ; and now, the quicktime MIDI code doesn't support it anymore, too ;-) 2003-12-24 12:54:33 +00:00
midiparser.h Expanded the Doxygen docs for the MidiParser class. 2003-12-11 00:51:51 +00:00
mixer.cpp o Added SoundMixer::isReady() 2003-12-24 17:42:22 +00:00
mixer.h o Added SoundMixer::isReady() 2003-12-24 17:42:22 +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 include stdafx.h 2003-12-21 17:35:44 +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 Allow sound ID for MP3/Vorbis sounds, too; cleaned up Vorbis playback code a bit 2003-12-23 19:14:57 +00:00
vorbis.h Allow sound ID for MP3/Vorbis sounds, too; cleaned up Vorbis playback code a bit 2003-12-23 19:14:57 +00:00