aboutsummaryrefslogtreecommitdiff
path: root/sound/module.mk
AgeCommit message (Expand)Author
2009-07-09Renamed sound/iff.* to sound/iff_sound.* to fix an issue with the upcoming ch...Filippos Karapetis
2009-05-05AdLib emulator changes part2:Johannes Schickel
2009-05-05AdLib emulator changes part1 (breaks compilation :-/):Johannes Schickel
2009-03-15Moving sword1/vag.* into sound/, to be used by Broken Sword 2 PSXFabio Battaglia
2009-03-04Added Audio::Timestamp class, based on SCI's sfx_timestamp_t; also provide a ...Max Horn
2008-12-31Preliminary Shorten audio support for SAGA 2 games. It's still very wrong and...Filippos Karapetis
2008-06-13Added initial interface to list music devices and their typesJordi Vilalta Prat
2007-11-18Moved Gob's square wave generator to sound/softsynth/pcspk.hSven Hesse
2007-06-16Patch #1721826: ARM asm versions of sound rate conversion/mixing codeMax Horn
2007-05-19added Amiga SoundFx module player code, used by Amiga versions of the followi...Gregory Montoir
2007-05-01Implemented a IFF (Interchange File Format) parser and added subclasses to pa...Nicola Mettifogo
2007-04-09Implemented enough of AIFF to play the music from the Broken Sword 1 demo. AtTorbjörn Andersson
2007-02-18added basic support for playing FOTAQ amiga modules files (rjp1) instead of M...Gregory Montoir
2007-01-25Moved Paula and Infogrames to sound/mods/Sven Hesse
2006-10-16Add WIP (not yet plugged in) Protracker modules playerEugene Sandulenko
2006-06-24* Renamed config.mak to config.mkMax Horn
2006-02-25Moved dummy MIDI driver from backends/ to sound/ (this fixes bug #1435221)Max Horn
2006-02-12Reduced data duplication in module.mk files; added module.mk files for null a...Max Horn
2005-05-03Moved Oki ADPCM aka VOX decoder from SAGA engine to common sound/ directory.Eugene Sandulenko
2005-04-10Applied patch #1175374 ("FluidSynth MIDI driver"), with a few documentationTorbjörn Andersson
2005-01-09Added shared code to load WAV(E) data from arbitrary seekable streams (files ...Max Horn
2004-12-25Moved the softsynth midi drivers into a sound/softsynth; amongst other things...Max Horn
2004-02-22Patch #885904 (Flac Support) with some tweaks by meMax Horn
2004-01-30Various changes to the build system which allow building ScummVM in an extern...Max Horn
2003-11-29moved Audio CD (emulation) code from scumm/sound.cpp to sound/, so that it ma...Max Horn
2003-10-02cleanup & restructuring; in particular move the midi driver list to its own s...Max Horn
2003-09-17some tweaks to the build system (work toward plugin support)Max Horn
2003-09-10fixed module.mkMax Horn
2003-09-10moved declaration of error/warning/debug from engine.h to util.h; added voc.cppMax Horn
2003-07-28experimental new rate conversion code (use SOX_HACK to en-/disable it); note ...Max Horn
2003-05-19Moved common parsing logic into MidiParser base class.Jamieson Christian
2003-05-19MidiStreamer goes away, replaced by MidiParserJamieson Christian
2003-05-19remove dup objectJonathan Gray
2003-05-18Implemented new Simon MIDI module, switching from MidiStreamer to MidiParser....Jamieson Christian
2003-05-18updateJonathan Gray
2003-05-17Removed mididrv.cpp, added seq.cppJamieson Christian
2002-12-08started to split out the midi driversMax Horn
2002-11-21Added midistreamer.cppJamieson Christian
2002-11-21revamped build system somewhat: 'modules' like scumm, simon, gui etc. now all...Max Horn