scummvm/sound
2007-09-01 19:13:04 +00:00
..
mods Ooops, fix typo in last commit. 2007-07-28 07:56:58 +00:00
softsynth Removed extra commas from lookup-tables' ends. 2007-08-20 10:43:07 +00:00
adpcm.cpp
adpcm.h
aiff.cpp
aiff.h
audiocd.cpp
audiocd.h
audiostream.cpp Fix for a stupid typo in yesterdays sound fill tweak. 2007-06-25 21:09:08 +00:00
audiostream.h
flac.cpp Removed the old (obsolete) audiostream factories for MP3/Vorbis/FLAC data which took a File pointer and a size (these were only implemented as brain-dead wrapper around the newer factory methods anyway) 2007-07-15 18:29:05 +00:00
flac.h Removed the old (obsolete) audiostream factories for MP3/Vorbis/FLAC data which took a File pointer and a size (these were only implemented as brain-dead wrapper around the newer factory methods anyway) 2007-07-15 18:29:05 +00:00
fmopl.cpp Cleanup: remove obsolete code (PalmOS 68K version not supported anymore) 2007-09-01 19:13:04 +00:00
fmopl.h
iff.cpp
iff.h
mididrv.cpp Patch #1742574: "GUI: Unify "Default" options text" 2007-06-25 07:01:13 +00:00
mididrv.h
midiparser_smf.cpp
midiparser_xmidi.cpp
midiparser.cpp Reverted commit #28696, as the cause for it was different and has been fixed with commit #28697 2007-08-22 22:43:47 +00:00
midiparser.h
mixer.cpp Don't be so strict about un-pausing sounds which are not paused currently 2007-07-22 11:54:35 +00:00
mixer.h
module.mk Patch #1721826: ARM asm versions of sound rate conversion/mixing code 2007-06-16 16:46:13 +00:00
mp3.cpp Removed the old (obsolete) audiostream factories for MP3/Vorbis/FLAC data which took a File pointer and a size (these were only implemented as brain-dead wrapper around the newer factory methods anyway) 2007-07-15 18:29:05 +00:00
mp3.h Removed the old (obsolete) audiostream factories for MP3/Vorbis/FLAC data which took a File pointer and a size (these were only implemented as brain-dead wrapper around the newer factory methods anyway) 2007-07-15 18:29:05 +00:00
mpu401.cpp
mpu401.h
null.cpp
rate_arm_asm.s Tabs -> spaces 2007-06-30 13:40:52 +00:00
rate_arm.cpp Update the ARM version of the rate conversion code, in line with Fingolfins 2007-06-30 12:54:07 +00:00
rate.cpp Tweak LinearRateConverter code so that opos is in the range [0,1[ instead of [-1,0[ when entering the interpolation loop (this allows us to get rid of '& FRAC_LO_MASK') 2007-06-30 00:03:32 +00:00
rate.h cleanup 2007-06-16 23:50:57 +00:00
voc.cpp
voc.h Re-added __attribute__(packed) 2007-07-01 18:18:43 +00:00
vorbis.cpp Removed the old (obsolete) audiostream factories for MP3/Vorbis/FLAC data which took a File pointer and a size (these were only implemented as brain-dead wrapper around the newer factory methods anyway) 2007-07-15 18:29:05 +00:00
vorbis.h Removed the old (obsolete) audiostream factories for MP3/Vorbis/FLAC data which took a File pointer and a size (these were only implemented as brain-dead wrapper around the newer factory methods anyway) 2007-07-15 18:29:05 +00:00
wave.cpp
wave.h