aboutsummaryrefslogtreecommitdiff
path: root/simon/sound.cpp
AgeCommit message (Expand)Author
2005-05-11Moved some more stuff to namespace Audio (enough for tonight)Max Horn
2005-05-10Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' bec...Max Horn
2005-05-10Moved class File and the MD5 stuff to namespace CommonMax Horn
2005-05-08Renamed variables to match our naming conventions; added Sound::isVoiceActive...Max Horn
2005-05-08No need to check for speech file in non-talkie versions.Travis Howell
2005-05-08Auto detect effect file type in Simon the Sorcerer 1.Travis Howell
2005-05-08CleanupTravis Howell
2005-05-08Fix sound regressions.Travis Howell
2005-05-06Use ScummVM code formatting for names.Travis Howell
2005-05-06Auto detect music and voice types, where possible.Travis Howell
2005-03-12PlayingSoundHandle -> SoundHandle; also, turned the handle activity check int...Max Horn
2005-03-09changing AudioDataType -> SoundType, so now the constant names match the name...Max Horn
2005-01-14Change SIMON to use makeWAVStream - patch #1101740Travis Howell
2005-01-09Mark some places which probably should use loadWAVFromStream(); maybe some of...Max Horn
2005-01-01Updated copyrightMax Horn
2004-12-27Added 'sound types' to the mixer - for now, only plain (for the premixer), SF...Max Horn
2004-12-11change loadVOCFromStream to take a reference instead of a pointer (to a stream)Max Horn
2004-11-27Added some more mixer doxygen docs; cleaned up Mixer API a bit, removing some...Max Horn
2004-07-31changed loadVOCFile to work on a generic ReadStream instead of a File, and re...Max Horn
2004-07-30Reduce simon 1/2 targetsTravis Howell
2004-06-27Reversed param order of File::open() -- this allowed me to get rid of a few m...Max Horn
2004-02-22Patch #885904 (Flac Support) with some tweaks by meMax Horn
2004-01-19oopsOliver Kiehl
2004-01-19fix memory leakOliver Kiehl
2004-01-19fix mp3 and vorbis specific bug in which sound files could have been readOliver Kiehl
2004-01-11fix silly bugOliver Kiehl
2004-01-06updated copyright noticeMax Horn
2004-01-03renamed SimonSound class back to just Sound (now that we use namespaces that ...Max Horn
2003-12-27Use VOC reader from voc.hMax Horn
2003-12-24turned PlayingSoundHandle into an 'opaque' (well not really :-) data type, ma...Max Horn
2003-12-21add purely experimental & untested Ogg Vorbis support to SimonMax Horn
2003-12-21don't use sound/mixer index, rather use the sound handle!Max Horn
2003-12-13Remove warning.Travis Howell
2003-12-13Don't switch voice file in simon2mac unless needed.Travis Howell
2003-12-01cleanupMax Horn
2003-11-29cleanup; fix some memory leaks; more memory leaks remainingMax Horn
2003-11-08cleanup whitespacesPaweł Kołodziejski
2003-10-23Don't attempt to play sound in simon2mac if file doesn't exist.Travis Howell
2003-10-10some cleanupMax Horn
2003-10-03Simon namespaceMax Horn
2003-09-24Add Acorn version of Simon the Sorcerer 1 TalkieTravis Howell
2003-09-10moved declaration of error/warning/debug from engine.h to util.hMax Horn
2003-09-07make use of voc.h; some cleanupMax Horn
2003-09-06removed pauseMixer method from mixer, and renamed stop to stopChannelMax Horn
2003-09-05added default volume/pan valuesMax Horn
2003-09-05fixes for uninitialized pan and volumePaweł Kołodziejski
2003-09-02changed sounds volume to original volume level, and fixed sounds in bass introPaweł Kołodziejski
2003-08-31added mixer features: volume and pan control per channelPaweł Kołodziejski
2003-08-30Reverted previous change since the mixer change was reverted.Torbjörn Andersson
2003-08-30Fixed Simon 2 intro regression (and possibly others as well) caused byTorbjörn Andersson