scummvm/sound
Max Horn 6ee03e91c7 Rephrased a comment a bit
svn-id: r25914
2007-03-01 13:51:04 +00:00
..
mods some fixes and additions for FOTAQ amiga versions 2007-02-24 18:39:08 +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
adpcm.h
audiocd.cpp Trying to unify the order in which we try the various audio formats: Prefer FLAC (lossless) over Ogg Vorbis ('free') over MP3 -- the order is admittedly somewhat arbitrary, but at least now it's consistent across all parts of ScummVM 2007-02-24 23:40:28 +00:00
audiocd.h Added numLoops parameter to DigitalTrackInfo::play 2007-02-24 23:19:53 +00:00
audiostream.cpp Rephrased a comment a bit 2007-03-01 13:51:04 +00:00
audiostream.h Changed the AppendableAudioStream code to use a queue of buffers, instead of a fixed size wrap-around memory buffer (this reduces memory usage in some cases by 500-700k, while actually being more flexible) 2007-02-28 14:48:26 +00:00
flac.cpp Added numLoops parameter to DigitalTrackInfo::play 2007-02-24 23:19:53 +00:00
flac.h fixed comments. 2007-02-22 20:46:09 +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
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
mixer.cpp Remove unneeded #includes 2007-02-24 23:41:20 +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 Added numLoops parameter to DigitalTrackInfo::play 2007-02-24 23:19:53 +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
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
voc.cpp added basic handler for VOC block 9 2006-11-03 21:03:12 +00:00
voc.h
vorbis.cpp Added numLoops parameter to DigitalTrackInfo::play 2007-02-24 23:19:53 +00:00
vorbis.h fixed comments. 2007-02-22 20:46:09 +00:00
wave.cpp
wave.h