scummvm/sound
Torbjörn Andersson a5fc242946 Clip samp to 2047, not 2048, so that it stays positive when multiplied by 16.
This seems to fix sound distortion in the Inherit the Earth demo.

svn-id: r22812
2006-05-31 22:37:28 +00:00
..
softsynth Moved the AudioCDManager as well as class AudioStream and its (standard) subclasses to namespace Audio 2006-04-29 22:33:31 +00:00
adpcm.cpp Clip samp to 2047, not 2048, so that it stays positive when multiplied by 16. 2006-05-31 22:37:28 +00:00
adpcm.h Moved the AudioCDManager as well as class AudioStream and its (standard) subclasses to namespace Audio 2006-04-29 22:33:31 +00:00
audiocd.cpp - Updated MSVC8 project files 2006-05-09 14:16:43 +00:00
audiocd.h cleanup 2006-04-30 13:40:35 +00:00
audiostream.cpp Added player for the Kyra 3 VQA cutscenes, based on my earlier prototype. It 2006-05-18 21:46:07 +00:00
audiostream.h Added player for the Kyra 3 VQA cutscenes, based on my earlier prototype. It 2006-05-18 21:46:07 +00:00
flac.cpp Moved the AudioCDManager as well as class AudioStream and its (standard) subclasses to namespace Audio 2006-04-29 22:33:31 +00:00
flac.h Moved the AudioCDManager as well as class AudioStream and its (standard) subclasses to namespace Audio 2006-04-29 22:33:31 +00:00
fmopl.cpp Added workaround in FMOPL for the pathological case where a note was turned off 2006-03-14 23:01:44 +00:00
fmopl.h cleanup 2006-04-15 21:27:56 +00:00
mididrv.cpp Renamed various container isEmpty() methods to empty() to match STL conventions 2006-03-28 09:42:54 +00:00
mididrv.h Whitespace changes. (Oh dear, now *I'm* forcing myself to large re-compiles.) 2006-05-12 12:03:36 +00:00
midiparser_smf.cpp Fixes possible illegal writes/segfaults in compressToType0 (added a comment about the changes). 2006-04-13 23:13:56 +00:00
midiparser_xmidi.cpp Removed extra exclamation marks in warning() calls as well. 2006-04-04 22:21:10 +00:00
midiparser.cpp Change CVS keywords to SVN keywords 2006-02-11 10:05:31 +00:00
midiparser.h cleanup 2006-04-15 21:27:56 +00:00
mixer.cpp With this change, backends are now responsible for instantiating their OSystem class before calling scummvm_main (Note: PalmOS and Symbian are not yet converted, and won't work currently) 2006-04-02 14:16:31 +00:00
mixer.h Moved the AudioCDManager as well as class AudioStream and its (standard) subclasses to namespace Audio 2006-04-29 22:33:31 +00:00
module.mk Moved dummy MIDI driver from backends/ to sound/ (this fixes bug #1435221) 2006-02-25 14:45:31 +00:00
mp3.cpp Moved the AudioCDManager as well as class AudioStream and its (standard) subclasses to namespace Audio 2006-04-29 22:33:31 +00:00
mp3.h Moved the AudioCDManager as well as class AudioStream and its (standard) subclasses to namespace Audio 2006-04-29 22:33:31 +00:00
mpu401.cpp Whitespace changes. (Oh dear, now *I'm* forcing myself to large re-compiles.) 2006-05-12 12:03:36 +00:00
mpu401.h Whitespace changes. (Oh dear, now *I'm* forcing myself to large re-compiles.) 2006-05-12 12:03:36 +00:00
null.cpp Moved dummy MIDI driver from backends/ to sound/ (this fixes bug #1435221) 2006-02-25 14:45:31 +00:00
rate.cpp Change CVS keywords to SVN keywords 2006-02-11 10:05:31 +00:00
rate.h Change CVS keywords to SVN keywords 2006-02-11 10:05:31 +00:00
voc.cpp Moved the AudioCDManager as well as class AudioStream and its (standard) subclasses to namespace Audio 2006-04-29 22:33:31 +00:00
voc.h Moved the AudioCDManager as well as class AudioStream and its (standard) subclasses to namespace Audio 2006-04-29 22:33:31 +00:00
vorbis.cpp cleanup 2006-04-30 13:40:35 +00:00
vorbis.h Moved the AudioCDManager as well as class AudioStream and its (standard) subclasses to namespace Audio 2006-04-29 22:33:31 +00:00
wave.cpp Fix compressed sound in makeWAVStream() 2006-05-24 06:11:39 +00:00
wave.h Moved the AudioCDManager as well as class AudioStream and its (standard) subclasses to namespace Audio 2006-04-29 22:33:31 +00:00