scummvm/sound
2010-04-03 15:57:04 +00:00
..
decoders Do not use a template parameter for stereo setting for RawStream but instead pass the constructor a boolean, this should save some binary size. 2010-04-03 15:57:04 +00:00
mods Fix gcc warning. 2010-02-17 16:07:32 +00:00
softsynth COMMON: Move Common::RandomSource to common/random.* 2010-03-18 15:07:11 +00:00
audiocd.cpp Fix our DECLARE_SINGLETON macro to conform to the C++ specs. 2010-03-13 21:55:49 +00:00
audiocd.h Typos. 2009-08-18 15:41:00 +00:00
audiostream.cpp Fix for bug #2969211 "NIPPON: Crash in Intro". 2010-03-22 15:54:56 +00:00
audiostream.h Fix for bug #2969211 "NIPPON: Crash in Intro". 2010-03-22 15:54:56 +00:00
fmopl.cpp Show an error message in case multiple OPL outputs are created instead of using an assert. 2010-03-08 00:54:05 +00:00
fmopl.h Show an error message in case multiple OPL outputs are created instead of using an assert. 2010-03-08 00:54:05 +00:00
mididrv.cpp Change some comments to use "AdLib" instead of "adlib". 2010-01-25 00:39:46 +00:00
mididrv.h Replace some more Adlib uses by AdLib. 2010-01-25 00:13:32 +00:00
midiparser_smf.cpp Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null 2010-01-03 19:37:43 +00:00
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 SCI/new music code: Don't stop notes when looping for a hold 2010-01-02 20:20:36 +00:00
midiparser.h SCI/new music code: Don't stop notes when looping for a hold 2010-01-02 20:20:36 +00:00
mixer_intern.h Replace Audio::MixerImpl::setOutputRate with a new 'sampleRate' param to the MixerImpl constructor 2010-03-11 23:39:51 +00:00
mixer.cpp MIXER: Change MixerImpl::playInputStream to error out when mixer is not ready 2010-03-11 23:40:19 +00:00
mixer.h Remove last traces of OSystem::getOutputSampleRate() 2010-03-10 21:01:44 +00:00
module.mk Switch to the other DOSBox OPL emulator as suggested by the DOSBox developers. 2010-03-08 00:33:36 +00:00
mpu401.cpp Remove warnings from NDS build. 2008-11-29 18:01:16 +00:00
mpu401.h Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
musicplugin.cpp Added initial interface to list music devices and their types 2008-06-13 16:04:43 +00:00
musicplugin.h Remove the Audio::Mixer parameter from the midi/music plugins 2009-12-09 18:05:20 +00:00
null.cpp Remove the Audio::Mixer parameter from the midi/music plugins 2009-12-09 18:05:20 +00:00
rate_arm_asm.s Update ARM version of rate filler code in line with LordHoto's change 2010-01-05 21:56:13 +00:00
rate_arm.cpp Update ARM version of rate filler code in line with LordHoto's change 2010-01-05 21:56:13 +00:00
rate.cpp Fix typos 2010-03-12 00:37:25 +00:00
rate.h Make RateConverter::flow return the number of sample pairs written, like it's documented in the .cpp file. 2010-01-05 02:42:35 +00:00
timestamp.cpp Improve support for negative Timestamps, and add + and - operators 2010-01-11 10:17:55 +00:00
timestamp.h Improve support for negative Timestamps, and add + and - operators 2010-01-11 10:17:55 +00:00