aboutsummaryrefslogtreecommitdiff
path: root/engines/simon/sound.cpp
AgeCommit message (Collapse)Author
2006-04-26Use File::size to determine the size of a file, instead of doing a seek(0, ↵Max Horn
SEEK_END) svn-id: r22184
2006-04-23Implemented volume and panning for FF sound effects. I hope my mapping fromTorbjörn Andersson
DirectSound's logarithmic scale to ScummVM's linear scale is at least reasonably collect. This should keep the sound effects from overpowering the spoken voices in some scenes. svn-id: r22107
2006-04-22Enable MS ADPCM WAV format decoder for all sound in Macintosh version of FF ↵Travis Howell
and cleanup svn-id: r22081
2006-04-20Fix typo in switchVoiceFile() for FFTravis Howell
svn-id: r22053
2006-04-20CleanupTravis Howell
svn-id: r22047
2006-04-20Add support for compressed speech files in PC verisons of FFTravis Howell
svn-id: r22046
2006-04-18Fix sound memory leak in FFTravis Howell
svn-id: r22016
2006-04-18Add code for vc84_stopSoundLoop in FFTravis Howell
svn-id: r22007
2006-04-17Improve sound support in FF and add MoviePlayer classTravis Howell
svn-id: r21975
2006-04-16The File class automatically tries adding "." to a filename if the file cannotTorbjörn Andersson
be found, so there's no need for the Simon engine to do it. (Though the game detector still does at the moment.) svn-id: r21947
2006-04-15Add support for switching voice file in PC versions of FF and cleanupTravis Howell
svn-id: r21900
2006-04-14Add speech support for Amiga verison of FFTravis Howell
svn-id: r21871
2006-04-14Add support for sound effects in Amiga version of FF and cleanupTravis Howell
svn-id: r21870
2006-03-19Revert FLAG_AUTOFREE changes to loadWAVFromStreammakeWAVStreamTravis Howell
svn-id: r21376
2006-02-11Moved engines to the new engines/ directoryMax Horn
svn-id: r20582