aboutsummaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)Author
2007-03-24Added standard fileheader. (oops)Johannes Schickel
2007-03-24Commit of patch #1686414 ("Kyra: FM-Towns music").Johannes Schickel
2007-03-17Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst...Max Horn
2007-03-17Force all code to use EventManager::pollEvent instead of OSystem::pollEventMax Horn
2007-03-10More fixes for MSVC8 warnings.Eugene Sandulenko
2007-03-04Removed obsolete commentMax Horn
2007-03-02Updated commentMax Horn
2007-03-02Changed the order of the parameters of makeLinearInputStream to resemble Mixe...Max Horn
2007-03-02Added a warning that the mixer FLAG_ enum should not be messed with, lest iMu...Max Horn
2007-03-02Added reverseStereo parameter to Mixer::playInputStream; changed Mixer::playR...Max Horn
2007-03-01Rephrased a comment a bitMax Horn
2007-02-28Changed the AppendableAudioStream code to use a queue of buffers, instead of ...Max Horn
2007-02-28cleanupMax Horn
2007-02-24Changed AudioStream::openStreamFile to use the modern variant of the audio st...Max Horn
2007-02-24Remove unneeded #includesMax Horn
2007-02-24Trying to unify the order in which we try the various audio formats: Prefer F...Max Horn
2007-02-24Added numLoops parameter to DigitalTrackInfo::playMax Horn
2007-02-24Add looping support to the FLAC decoderMax Horn
2007-02-24Replaced variable buffer in the FLAC code by a fixed onMax Horn
2007-02-24more FLAC code cleanupMax Horn
2007-02-24Removed FlacInputStream::deleteBufferMax Horn
2007-02-24some fixes and additions for FOTAQ amiga versionsGregory Montoir
2007-02-22fixed comments.Johannes Schickel
2007-02-22FLAC code cleanupMax Horn
2007-02-22added yet another #pragma mark to the vorbis code (just for the sake of *my* ...Max Horn
2007-02-22cleanupMax Horn
2007-02-22Reduce chance for overflows in VorbisTrackInfo::playMax Horn
2007-02-22Updated FLAC code to match the changes made to the MP3 & Vorbis decoders (e.g...Max Horn
2007-02-22If an AudioStream returned a negative number in his readBuffer() method, then...Max Horn
2007-02-22Added looping support and an enhanced factory function to the Vorbis codeMax Horn
2007-02-22cleanupMax Horn
2007-02-22Rewrote Ogg Vorbis code to be more flexible when it comes to seeking; also no...Max Horn
2007-02-21added initial support for FOTAQ amiga versionsGregory Montoir
2007-02-20Revamed the Ogg Vorbis & FLAC DigitalTrackInfo subclasses to work similar to ...Max Horn
2007-02-20Added looping to the MP3 streams (currently virtually untested, so watch out)Max Horn
2007-02-20Remove some leftover comments I made while writing the new MP3 code; make use...Max Horn
2007-02-20Patch #1663933 (Kill premix channel) with a few tiny additional tweaks by meMax Horn
2007-02-20Rewrote MP3InputStream mostly from scratch:Max Horn
2007-02-20Document AudioCDManager::playMax Horn
2007-02-20Cleaned up AudioCDManager::getCachedTrack (in particular, don't empty a slot ...Max Horn
2007-02-19So far we only accepted track1.* as name for audio tracks -- now we also acce...Max Horn
2007-02-18cleanup and fixed _module memory leakGregory Montoir
2007-02-18added basic support for playing FOTAQ amiga modules files (rjp1) instead of M...Gregory Montoir
2007-02-18Correct warned class nameChris Apers
2007-02-16Unified how we deal with (and how we generate) MIDI sysex messages -- in part...Max Horn
2007-02-15Fix for bug #1660559: MANIAC/ZAK: Music does not stop when pausing (regression)Max Horn
2007-02-14Fix MSVC warningEugene Sandulenko
2007-02-12Fixed a special case (frequency/rate > repeating sample length)Sven Hesse
2007-02-11Enable stereo by default for all ProTracker mods.Travis Howell
2007-02-07The status variables are set explicitely in the constructor instead through o...Sven Hesse