index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
voc.h
Age
Commit message (
Expand
)
Author
2009-03-08
Patch #2658710: "Add comments to specify which engines use which decoders"
Eugene Sandulenko
2009-01-27
Add looping support to makeVOCStream().
Travis Howell
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-07-01
Re-added __attribute__(packed)
Max Horn
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2006-07-23
Use #include "..." instead of #include <...> for pack-start.h and pack-end.h
Torbjörn Andersson
2006-07-22
Fix struct packing issues (macros are not resolve in #pragma params, at least...
Max Horn
2006-07-21
Removing GCC_PACK, we fully rely on START_PACK_STRUCTS / END_PACK_STRUCTS now...
Max Horn
2006-07-09
Use START_PACK_STRUCTS / END_PACK_STRUCTS when available, instead of checking...
Max Horn
2006-04-29
Moved the AudioCDManager as well as class AudioStream and its (standard) subc...
Max Horn
2006-03-19
Updated/added some comments on VOC/WAVE functions
Max Horn
2006-02-11
Change CVS keywords to SVN keywords
Max Horn
2006-01-18
Update copyright notice
Eugene Sandulenko
2005-10-18
Update FSF address. Eek. Actually that took place on May 1, 2005
Eugene Sandulenko
2005-06-24
When including files from common/, explicitly use the common/ prefix
Max Horn
2005-01-09
This function is currently not used...
Max Horn
2005-01-01
Updated copyright
Max Horn
2004-12-11
change loadVOCFromStream to take a reference instead of a pointer (to a stream)
Max Horn
2004-07-31
changed loadVOCFile to work on a generic ReadStream instead of a File, and re...
Max Horn
2004-05-02
Explain a bit what getSampleRateFromVOCRate() does; mark a hack in it more cl...
Max Horn
2004-04-10
Fix for bug #885490 (FT: Ben stops talking mid-scentence @ the gorge) -> this...
Max Horn
2004-02-14
fixed bug #892426 - improved FT sound loops
Paweł Kołodziejski
2004-01-06
updated copyright notice
Max Horn
2004-01-03
renamed AudioInputStream -> AudioStream
Max Horn
2004-01-03
added makeVOCStream() (convenience function)
Max Horn
2003-12-27
renamed VOC functions
Max Horn
2003-12-26
added handing voc loops
Paweł Kołodziejski
2003-12-26
passthrought v7+ sound voices by imuse digital
Paweł Kołodziejski
2003-09-10
moved declaration of error/warning/debug from engine.h to util.h; added voc.cpp
Max Horn
2003-09-09
map 0xA5 to 11025 Hz, too
Max Horn
2003-09-09
map 0xD3 in VOC headers to 22050 Hz, too
Max Horn
2003-09-07
new header file for VOC specific stuff
Max Horn