scummvm/sound
Norbert Lange 5e1e7d0191 added tiebreaking to pickVoice, now the use of channels is better distributed
added a fixedpoint pow2 function (similar to the original) - no floats used anymore at the expense of a 512 byte table
added a sinetable for the modulation effect.

svn-id: r43505
2009-08-18 11:34:55 +00:00
..
mods added tiebreaking to pickVoice, now the use of channels is better distributed 2009-08-18 11:34:55 +00:00
softsynth Fix typo, which made our "floorf" macro use "floorf" instead of "floor" on systems without "floorf". 2009-07-29 20:03:46 +00:00
adpcm.cpp Fixed an endian bug in the ADPCM decoder (#2211901). 2009-08-11 19:11:26 +00:00
adpcm.h Patch #2658710: "Add comments to specify which engines use which decoders" 2009-03-08 15:57:59 +00:00
aiff.cpp Got rid of two more ioFailed uses 2009-07-15 10:04:50 +00:00
aiff.h Patch #2658710: "Add comments to specify which engines use which decoders" 2009-03-08 15:57:59 +00:00
audiocd.cpp fixing #2531282: don't fall back to a real audio CD when playing enhanced midi tracks 2009-01-24 01:29:52 +00:00
audiocd.h fixing #2531282: don't fall back to a real audio CD when playing enhanced midi tracks 2009-01-24 01:29:52 +00:00
audiostream.cpp Fix for bug #2838568 "AMIGAOS4: Compiler error in audiostream.cpp" 2009-08-16 17:38:09 +00:00
audiostream.h Allow VOCs to stream from disk. Disabled by default, use symbol STREAM_AUDIO_FROM_DISK to enable. See patch #2834001. 2009-08-13 21:46:41 +00:00
flac.cpp Got rid of some more ioFailed uses (also fixed a potential leak in graphics/font.cpp, and handle eos correctly in the FLAC code) 2009-07-14 18:24:20 +00:00
flac.h Patch #2658710: "Add comments to specify which engines use which decoders" 2009-03-08 15:57:59 +00:00
fmopl.cpp Make 'create' return an OPL2 by default. 2009-05-12 19:24:04 +00:00
fmopl.h Oops enabled HACK to prevent multiple OPL instances again. 2009-07-27 18:19:16 +00:00
iff_sound.cpp Renamed sound/iff.* to sound/iff_sound.* to fix an issue with the upcoming changes to the MSVC project files (sound/iff.* produces iff.obj, which clashes with iff.obj from graphics/iff.*) 2009-07-09 13:17:46 +00:00
iff_sound.h Renamed sound/iff.* to sound/iff_sound.* to fix an issue with the upcoming changes to the MSVC project files (sound/iff.* produces iff.obj, which clashes with iff.obj from graphics/iff.*) 2009-07-09 13:17:46 +00:00
mididrv.cpp Patch #1365914: "SCUMM: CMS support." Disabled by default. Still plenty to do. 2009-06-06 18:21:49 +00:00
mididrv.h Patch #1365914: "SCUMM: CMS support." Disabled by default. Still plenty to do. 2009-06-06 18:21:49 +00:00
midiparser_smf.cpp
midiparser_xmidi.cpp Fix XMIDI looping implementation. Now for example the music in the ferret village of ITE plays fine. 2009-08-08 13:57:21 +00:00
midiparser.cpp
midiparser.h Changed doxygen comments in sound/midiparser.h to match with our usual formatting conventions 2009-03-26 13:11:11 +00:00
mixer_intern.h
mixer.cpp
mixer.h Fix typo. 2009-02-27 23:38:37 +00:00
module.mk merge with trunk 2009-07-17 21:23:54 +00:00
mp3.cpp do not include common/debug.h from common/util.h 2009-01-30 05:25:17 +00:00
mp3.h Patch #2658710: "Add comments to specify which engines use which decoders" 2009-03-08 15:57:59 +00:00
mpu401.cpp
mpu401.h
musicplugin.cpp
musicplugin.h do not include common/debug.h from common/util.h 2009-01-30 05:25:17 +00:00
null.cpp
rate_arm_asm.s
rate_arm.cpp
rate.cpp
rate.h
shorten.cpp Added proper safeguards for shorten.*, thereby fixing commit 42259 2009-07-09 15:17:45 +00:00
shorten.h Added proper safeguards for shorten.*, thereby fixing commit 42259 2009-07-09 15:17:45 +00:00
timestamp.cpp Added Audio::Timestamp::addMsecs method 2009-05-28 10:29:25 +00:00
timestamp.h Added Audio::Timestamp::addMsecs method 2009-05-28 10:29:25 +00:00
vag.cpp Strip trailing whitespaces in the whole code base. 2009-05-24 15:17:42 +00:00
vag.h Strip trailing whitespaces in the whole code base. 2009-05-24 15:17:42 +00:00
voc.cpp Allow VOCs to stream from disk. Disabled by default, use symbol STREAM_AUDIO_FROM_DISK to enable. See patch #2834001. 2009-08-13 21:46:41 +00:00
voc.h Allow VOCs to stream from disk. Disabled by default, use symbol STREAM_AUDIO_FROM_DISK to enable. See patch #2834001. 2009-08-13 21:46:41 +00:00
vorbis.cpp - Added GCC_PRINTF attribute to several funcs where it makes sense 2009-07-01 20:51:04 +00:00
vorbis.h Patch #2658710: "Add comments to specify which engines use which decoders" 2009-03-08 15:57:59 +00:00
wave.cpp Fix crash when any movie is played in the Macintosh version of The Feebles Files, a regression caused by revision 36085. 2009-05-18 10:40:22 +00:00
wave.h Patch #2658710: "Add comments to specify which engines use which decoders" 2009-03-08 15:57:59 +00:00