scummvm/audio
D G Turner 54f25aa843 COMMON: Renamed Integer Log2 function from log2 to intLog2.
This avoids naming collisions with system libraries on some platforms
i.e. DS, DC where the log2 is realised by macro.
2011-07-19 02:29:13 +01:00
..
decoders COMMON: Renamed Integer Log2 function from log2 to intLog2. 2011-07-19 02:29:13 +01:00
mods
softsynth SCUMM: minor bug fix in FM-Towns midi driver 2011-07-10 22:19:32 +02:00
audiostream.cpp
audiostream.h
fmopl.cpp
fmopl.h
mididrv.cpp AUDIO: fix issue in detectDevice when config manager setting is missing 2011-07-04 08:32:20 +02:00
mididrv.h AUDIO: replaced kDriverName in MidiDriver::detectDevice() 2011-06-06 00:20:05 +02:00
midiparser_smf.cpp
midiparser_xmidi.cpp AUDIO: Small cleanup in MidiParser_XMIDI::loadMusic 2011-06-10 22:15:39 +02:00
midiparser.cpp
midiparser.h
midiplayer.cpp
midiplayer.h
mixer_intern.h AUDIO: Add complementary functions for getting channel volume and balance 2011-06-11 14:12:19 +03:00
mixer.cpp AUDIO: Add complementary functions for getting channel volume and balance 2011-06-11 14:12:19 +03:00
mixer.h AUDIO: Add complementary functions for getting channel volume and balance 2011-06-11 14:12:19 +03:00
module.mk
mpu401.cpp AUDIO: Replace assignment in return call by separate assignment and return call. 2011-06-23 15:11:36 +08:00
mpu401.h
musicplugin.cpp
musicplugin.h AUDIO: fix device detection (missing rom files for MT-32 emu) 2011-06-05 18:29:13 +02:00
null.cpp
null.h
rate_arm_asm.s
rate_arm.cpp
rate.cpp AUDIO/BACKENDS/GRAPHICS: Add error checks after allocating memory with malloc 2011-06-23 15:11:36 +08:00
rate.h
timestamp.cpp
timestamp.h