scummvm/sound
Max Horn f695b21d60 FLAC code cleanup
svn-id: r25796
2007-02-22 18:42:03 +00:00
..
mods added initial support for FOTAQ amiga versions 2007-02-21 20:27:48 +00:00
softsynth Patch #1663933 (Kill premix channel) with a few tiny additional tweaks by me 2007-02-20 18:50:17 +00:00
adpcm.cpp Fix bug #1501302: "FF: Crackling Audio (Mac version)" 2006-09-21 20:12:16 +00:00
adpcm.h Moved the AudioCDManager as well as class AudioStream and its (standard) subclasses to namespace Audio 2006-04-29 22:33:31 +00:00
audiocd.cpp Cleaned up AudioCDManager::getCachedTrack (in particular, don't empty a slot in the track cache if we are not going to use it) 2007-02-20 13:50:20 +00:00
audiocd.h Document AudioCDManager::play 2007-02-20 16:13:45 +00:00
audiostream.cpp Added assert to audiostream allocation since failure causes serious problems 2006-06-19 21:08:34 +00:00
audiostream.h Added player for the Kyra 3 VQA cutscenes, based on my earlier prototype. It 2006-05-18 21:46:07 +00:00
flac.cpp FLAC code cleanup 2007-02-22 18:42:03 +00:00
flac.h Updated FLAC code to match the changes made to the MP3 & Vorbis decoders (e.g. use a SeekableReadStream for input, allow specifying parts of a stream via time-valued parameters, etc.) -- note: looping is not yet implemented, even though it is already present in the API 2007-02-22 18:21:01 +00:00
fmopl.cpp Changed size of sine table so it take less memory in cache RAM on DS port 2006-12-01 22:44:19 +00:00
fmopl.h cleanup 2006-04-15 21:27:56 +00:00
mididrv.cpp cleanup 2006-10-21 12:44:10 +00:00
mididrv.h Unified how we deal with (and how we generate) MIDI sysex messages -- in particular, we now always do so w/o framing the message (documented this with a Doxygen comment in the MidiDriver class) 2007-02-16 13:30:41 +00:00
midiparser_smf.cpp Correct warned class name 2007-02-18 18:03:57 +00:00
midiparser_xmidi.cpp Unified how we deal with (and how we generate) MIDI sysex messages -- in particular, we now always do so w/o framing the message (documented this with a Doxygen comment in the MidiDriver class) 2007-02-16 13:30:41 +00:00
midiparser.cpp Unified how we deal with (and how we generate) MIDI sysex messages -- in particular, we now always do so w/o framing the message (documented this with a Doxygen comment in the MidiDriver class) 2007-02-16 13:30:41 +00:00
midiparser.h cleanup 2006-04-15 21:27:56 +00:00
mixer.cpp Patch #1663933 (Kill premix channel) with a few tiny additional tweaks by me 2007-02-20 18:50:17 +00:00
mixer.h Patch #1663933 (Kill premix channel) with a few tiny additional tweaks by me 2007-02-20 18:50:17 +00:00
module.mk added basic support for playing FOTAQ amiga modules files (rjp1) instead of MIDI (code is currently #ifdef'ed out). 2007-02-18 21:46:40 +00:00
mp3.cpp cleanup 2007-02-22 18:35:57 +00:00
mp3.h Added looping to the MP3 streams (currently virtually untested, so watch out) 2007-02-20 22:18:48 +00:00
mpu401.cpp cleanup 2006-10-21 12:44:10 +00:00
mpu401.h Renamed class Timer to TimerManager (the old name was somewhat incorrect/confusing) 2006-06-24 09:34:49 +00:00
null.cpp
rate.cpp If an AudioStream returned a negative number in his readBuffer() method, then CopyRateConverter::flow could have got stuck in a (quasi) endless loop 2007-02-22 16:36:03 +00:00
rate.h Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle the linker dependency graph). Porters will have to update project files 2006-09-23 00:42:35 +00:00
voc.cpp added basic handler for VOC block 9 2006-11-03 21:03:12 +00:00
voc.h Use #include "..." instead of #include <...> for pack-start.h and pack-end.h 2006-07-23 16:13:26 +00:00
vorbis.cpp added yet another #pragma mark to the vorbis code (just for the sake of *my* text editor -- yeah, I'm selfish :-) 2007-02-22 18:38:05 +00:00
vorbis.h Added looping support and an enhanced factory function to the Vorbis code 2007-02-22 14:30:12 +00:00
wave.cpp Fix compressed sound in makeWAVStream() 2006-05-24 06:11:39 +00:00
wave.h Moved the AudioCDManager as well as class AudioStream and its (standard) subclasses to namespace Audio 2006-04-29 22:33:31 +00:00