aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/sound.cpp
AgeCommit message (Expand)Author
2007-02-26'Optimized' SquareWaveStream::readBuffer a bit, removed some dead code, and c...Max Horn
2007-02-26calling memset to zero a buffer you are about to fill with audio data is not ...Max Horn
2007-02-26stop audio streams before deleting themWillem Jan Palenstijn
2007-02-17- Added a warning when o1_checkData()/o2_checkData() can't find the file it's...Sven Hesse
2007-02-15- Changed the speaker stuff againSven Hesse
2007-02-14- Changed the square wave generator / speaker emulation, hopefully fixing the...Sven Hesse
2007-02-12More demo version fixesSven Hesse
2007-02-07The SoundHandle isn't stopped indirectly by AudioCD.play() anymore, so remove...Sven Hesse
2007-02-04- Plugged some leaks and fixed some memory errorsSven Hesse
2007-01-31Replaced the delay in o1_keyFunc with a (skipable) busy-wait detectionSven Hesse
2007-01-31- Snd::WaitEndPlay() should stop a running compositionSven Hesse
2007-01-31Minor sound playing correctionSven Hesse
2007-01-31- Correctly setting of Snd::_playingSoundSven Hesse
2007-01-30- Changed _soundFlags and implemented "compositions"Sven Hesse
2007-01-25- Some clean-upSven Hesse
2006-05-29- More GOB2 map conversionsSven Hesse
2006-05-11- Sound! Still a bit glitchy, though:Sven Hesse
2006-02-26stop playing a sample before deleting the sample dataWillem Jan Palenstijn
2006-02-11Moved engines to the new engines/ directoryMax Horn