aboutsummaryrefslogtreecommitdiff
path: root/sound/voc.cpp
AgeCommit message (Expand)Author
2009-05-18Add some simple implementation for type 8 data blocks:Johannes Schickel
2009-02-07Fix sound noise regression in CD32 version of Simon the Sorcerer 1.Travis Howell
2009-02-07Fix sound noise regression in CD32 version of Simon the Sorcerer 1.Travis Howell
2009-02-07Fix sound noise regression in CD32 version of Simon the Sorcerer 1.Travis Howell
2009-01-30do not include common/debug.h from common/util.hMax Horn
2009-01-27Add looping support to makeVOCStream().Travis Howell
2007-11-18skip silence VOC block (used in Igor)Gregory Montoir
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-03-02Changed the order of the parameters of makeLinearInputStream to resemble Mixe...Max Horn
2006-11-03added basic handler for VOC block 9Gregory Montoir
2006-07-14More whitespace changes.Torbjörn Andersson
2006-04-29Moved the AudioCDManager as well as class AudioStream and its (standard) subc...Max Horn
2006-03-29Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ...Max Horn
2006-02-11Change CVS keywords to SVN keywordsMax Horn
2006-01-18Update copyright noticeEugene Sandulenko
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
2005-05-10Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' bec...Max Horn
2005-01-09Added shared code to load WAV(E) data from arbitrary seekable streams (files ...Max Horn
2005-01-01Updated copyrightMax Horn
2004-12-11change loadVOCFromStream to take a reference instead of a pointer (to a stream)Max Horn
2004-08-03Update commentTravis Howell
2004-08-03Add commentTravis Howell
2004-08-03Add invalid version used by French Simon2Travis Howell
2004-07-31changed loadVOCFile to work on a generic ReadStream instead of a File, and re...Max Horn
2004-05-05Remove odd sample rate hack (for DOTT demo); instead, be slightly less strict...Max Horn
2004-05-02Explain a bit what getSampleRateFromVOCRate() does; mark a hack in it more cl...Max Horn
2004-04-10Clean up VOC code, and fix potential out-of-bounds accessMax Horn
2004-04-10Fix for bug #885490 (FT: Ben stops talking mid-scentence @ the gorge) -> this...Max Horn
2004-02-14fixed bug #892426 - improved FT sound loopsPaweł Kołodziejski
2004-02-03Act more gracefully when failing to load a (VOC) sound (should help bug #889442)Max Horn
2004-01-06updated copyright noticeMax Horn
2004-01-03renamed AudioInputStream -> AudioStreamMax Horn
2004-01-03added makeVOCStream() (convenience function)Max Horn
2003-12-28FT sounds have loops in voc data: 65536, that could be max loops or unfinite ...Paweł Kołodziejski
2003-12-27cleanupMax Horn
2003-12-27fixed compilationPaweł Kołodziejski
2003-12-27renamed VOC functionsMax Horn
2003-12-26added handing voc loopsPaweł Kołodziejski
2003-12-26fix warning, add TODO commentMax Horn
2003-12-26passthrought v7+ sound voices by imuse digitalPaweł Kołodziejski
2003-11-07Correct voc rate in DOTT demoTravis Howell
2003-09-10moved declaration of error/warning/debug from engine.h to util.h; added voc.cppMax Horn