scummvm/sound
2008-07-29 16:09:10 +00:00
..
mods
softsynth Changed class File (and derived classes) to only support read-only access; added a new class DumpFile for writing 2008-07-29 16:09:10 +00:00
adpcm.cpp
adpcm.h
aiff.cpp
aiff.h
audiocd.cpp
audiocd.h
audiostream.cpp Avoid some warnings when compiling in non-DEBUG mode (i.e. with assert() disabled) 2008-05-31 19:35:37 +00:00
audiostream.h Made AudioStream::getTotalPlayTime virtual (Ooops :-) 2008-05-24 22:59:20 +00:00
flac.cpp - Cleanup code for FlacInputStream::getTotalPlayTime 2008-05-27 13:28:47 +00:00
flac.h
fmopl.cpp
fmopl.h Move makeAdlibOPL inside the #include guards 2008-05-20 15:36:09 +00:00
iff.cpp
iff.h
mididrv.cpp - Added more information (ID and capabilities) to the MIDI drivers 2008-05-14 14:56:29 +00:00
mididrv.h - Added more information (ID and capabilities) to the MIDI drivers 2008-05-14 14:56:29 +00:00
midiparser_smf.cpp cleanup / code formatting 2008-07-09 10:42:47 +00:00
midiparser_xmidi.cpp cleanup / code formatting 2008-07-09 10:42:47 +00:00
midiparser.cpp
midiparser.h
mixer_intern.h Patch ##1956946 (Audio::Mixer internal API revision) with some tweaks 2008-06-28 15:28:29 +00:00
mixer.cpp Patch ##1956946 (Audio::Mixer internal API revision) with some tweaks 2008-06-28 15:28:29 +00:00
mixer.h Patch ##1956946 (Audio::Mixer internal API revision) with some tweaks 2008-06-28 15:28:29 +00:00
module.mk Added initial interface to list music devices and their types 2008-06-13 16:04:43 +00:00
mp3.cpp Fixed getTotalPlayTime implementation for MP3InputStream. 2008-06-22 13:26:22 +00:00
mp3.h
mpu401.cpp
mpu401.h
musicplugin.cpp Added initial interface to list music devices and their types 2008-06-13 16:04:43 +00:00
musicplugin.h Added initial interface to list music devices and their types 2008-06-13 16:04:43 +00:00
null.cpp Added initial interface to list music devices and their types 2008-06-13 16:04:43 +00:00
rate_arm_asm.s
rate_arm.cpp
rate.cpp
rate.h
voc.cpp
voc.h
vorbis.cpp Instead of simply returning 0 for "infinite" looping in FLAC and OGG/Vorbis streams in getTotalPlayTime return kUnknownPlayTime. 2008-05-24 23:58:22 +00:00
vorbis.h
wave.cpp
wave.h