aboutsummaryrefslogtreecommitdiff
path: root/sound/voc.cpp
AgeCommit message (Collapse)Author
2009-02-07Fix sound noise regression in CD32 version of Simon the Sorcerer 1.Travis Howell
svn-id: r36236
2009-02-07Fix sound noise regression in CD32 version of Simon the Sorcerer 1.Travis Howell
svn-id: r36235
2009-02-07Fix sound noise regression in CD32 version of Simon the Sorcerer 1.Travis Howell
svn-id: r36234
2009-01-30do not include common/debug.h from common/util.hMax Horn
svn-id: r36143
2009-01-27Add looping support to makeVOCStream().Travis Howell
svn-id: r36093
2007-11-18skip silence VOC block (used in Igor)Gregory Montoir
svn-id: r29551
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵Nicola Mettifogo
been updated. svn-id: r28966
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client ↵Max Horn
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024
2007-03-02Changed the order of the parameters of makeLinearInputStream to resemble ↵Max Horn
Mixer::playRaw; also made makeLinearInputStream honor FLAG_LOOP (and for this, changed its loop related params slightly) svn-id: r25926
2006-11-03added basic handler for VOC block 9Gregory Montoir
svn-id: r24590
2006-07-14More whitespace changes.Torbjörn Andersson
svn-id: r23496
2006-04-29Moved the AudioCDManager as well as class AudioStream and its (standard) ↵Max Horn
subclasses to namespace Audio svn-id: r22231
2006-03-29Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ↵Max Horn
to ~250). Many greetings to eriktorbjorn, and have fun recompiling. svn-id: r21500
2006-02-11Change CVS keywords to SVN keywordsMax Horn
svn-id: r20515
2006-01-18Update copyright noticeEugene Sandulenko
svn-id: r20088
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
svn-id: r19142
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
svn-id: r18444
2005-05-10Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' ↵Max Horn
because we already have many classes with that name) svn-id: r18039
2005-01-09Added shared code to load WAV(E) data from arbitrary seekable streams (files ↵Max Horn
or memory) svn-id: r16502
2005-01-01Updated copyrightMax Horn
svn-id: r16398
2004-12-11change loadVOCFromStream to take a reference instead of a pointer (to a stream)Max Horn
svn-id: r16035
2004-08-03Update commentTravis Howell
svn-id: r14456
2004-08-03Add commentTravis Howell
svn-id: r14455
2004-08-03Add invalid version used by French Simon2Travis Howell
svn-id: r14453
2004-07-31changed loadVOCFile to work on a generic ReadStream instead of a File, and ↵Max Horn
renamed it to loadVOCFromStream; removed readVOCFromMemory as it isn't used anymore, and in the future, a MemoryReadstream plus loadVOCFromStream can achieve the same effect svn-id: r14383
2004-05-05Remove odd sample rate hack (for DOTT demo); instead, be slightly less ↵Max Horn
strict about VOC headers, since DOTT demo (and maybe others) use buggy VOC headers svn-id: r13787
2004-05-02Explain a bit what getSampleRateFromVOCRate() does; mark a hack in it more ↵Max Horn
clearly; disable warning svn-id: r13756
2004-04-10Clean up VOC code, and fix potential out-of-bounds accessMax Horn
svn-id: r13535
2004-04-10Fix for bug #885490 (FT: Ben stops talking mid-scentence @ the gorge) -> ↵Max Horn
this only works for monster.sou files; compressed audio is incomplete, and we have to fix the extract tool to correct that svn-id: r13531
2004-02-14fixed bug #892426 - improved FT sound loopsPaweł Kołodziejski
svn-id: r12886
2004-02-03Act more gracefully when failing to load a (VOC) sound (should help bug #889442)Max Horn
svn-id: r12719
2004-01-06updated copyright noticeMax Horn
svn-id: r12176
2004-01-03renamed AudioInputStream -> AudioStreamMax Horn
svn-id: r12110
2004-01-03added makeVOCStream() (convenience function)Max Horn
svn-id: r12094
2003-12-28FT sounds have loops in voc data: 65536, that could be max loops or unfinite ↵Paweł Kołodziejski
loops svn-id: r11992
2003-12-27cleanupMax Horn
svn-id: r11981
2003-12-27fixed compilationPaweł Kołodziejski
svn-id: r11976
2003-12-27renamed VOC functionsMax Horn
svn-id: r11962
2003-12-26added handing voc loopsPaweł Kołodziejski
svn-id: r11951
2003-12-26fix warning, add TODO commentMax Horn
svn-id: r11942
2003-12-26passthrought v7+ sound voices by imuse digitalPaweł Kołodziejski
svn-id: r11939
2003-11-07Correct voc rate in DOTT demoTravis Howell
svn-id: r11186
2003-09-10moved declaration of error/warning/debug from engine.h to util.h; added voc.cppMax Horn
svn-id: r10150