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