scummvm/sound
2008-06-22 13:26:22 +00:00
..
mods Add cyx patch for bug #1915657 - ELVIRA1: Amiga crashes (paula.h:108). 2008-04-03 23:41:24 +00:00
softsynth Added initial interface to list music devices and their types 2008-06-13 16:04:43 +00:00
adpcm.cpp Added template param to CLIP since implicit cast is not working 100% on all platforms. Target type is int32 so used that. 2008-02-03 12:34:20 +00:00
adpcm.h Removed trailing spaces. 2008-01-27 19:47:41 +00:00
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 Another tiny speed tweak for fmopl.cpp; replace a division with a shift. 2008-02-26 00:29:40 +00:00
fmopl.h Move makeAdlibOPL inside the #include guards 2008-05-20 15:36:09 +00:00
iff.cpp
iff.h Fixed the spaces before tabs. 2008-01-28 00:14:17 +00:00
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
midiparser_xmidi.cpp
midiparser.cpp
midiparser.h
mixer.cpp
mixer.h use kMaxChannelVolume instead of hardcoding 255 2008-06-11 11:29:34 +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 Enabling the SMUSH/sound ARM optimizations for the iPhone. Converting any numerical expressions in the asm to absolute values (moving the expression to comments) since the iPhone assembler can't handle them, and prepending an underscore to the exported symbols (with some preprocessor magic similar to the hq3x asm for handle ports where it's not needed) 2007-12-31 01:50:18 +00:00
rate_arm.cpp Enabling the SMUSH/sound ARM optimizations for the iPhone. Converting any numerical expressions in the asm to absolute values (moving the expression to comments) since the iPhone assembler can't handle them, and prepending an underscore to the exported symbols (with some preprocessor magic similar to the hq3x asm for handle ports where it's not needed) 2007-12-31 01:50:18 +00:00
rate.cpp
rate.h
voc.cpp skip silence VOC block (used in Igor) 2007-11-18 06:24:40 +00:00
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 Changed Audio::makeADPCMStream so that the stream passed to it can automatically be disposed 2007-11-16 10:05:18 +00:00
wave.h Changed Audio::makeADPCMStream so that the stream passed to it can automatically be disposed 2007-11-16 10:05:18 +00:00