aboutsummaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)Author
2003-12-21include stdafx.hMax Horn
2003-12-21added convenience SoundMixer::playVorbis variant which calls through to playS...Max Horn
2003-12-21Cleaned up SoundMixer::newStream() a bit (I plan to replace all usages of thi...Max Horn
2003-12-21o Make use of the new LinearMemoryStream feature which allows auto-disposing ...Max Horn
2003-12-21Rewrote make*Stream factory functions to work around bug in MSVC6 (see bug re...Max Horn
2003-12-19distinguish between end of stream and end of dataMax Horn
2003-12-19o Moved MP3 and Vorbis input streams to mp3.* resp. vorbis.*Max Horn
2003-12-19fix for recent audio stream regressionMax Horn
2003-12-18PalmOS sound API cannot access globals data, StackLock constructor use g_systemChris Apers
2003-12-18This is now supported on PalmOSChris Apers
2003-12-17Made sure that *all* AudioInputStream 'know' their sample rate; removed point...Max Horn
2003-12-17cleanupMax Horn
2003-12-17changed the way 'streams' are handled: the finalization logic is now in the W...Max Horn
2003-12-17some cleanupMax Horn
2003-12-16cleanupMax Horn
2003-12-16added mixer flag for little endian samplesRobert Göffringmann
2003-12-12init some more member varsMax Horn
2003-12-11Emergency bugfixes:Torbjörn Andersson
2003-12-11Expanded the Doxygen docs for the MidiParser class.Jamieson Christian
2003-12-10Endian-safe read-and-advance helper functions areJamieson Christian
2003-12-09small tweak/fix (?)Max Horn
2003-11-29cleanupMax Horn
2003-11-29fixed warningPaweł Kołodziejski
2003-11-29added API to query CD playback status; renamed AudioCDManager methodsMax Horn
2003-11-29moved Audio CD (emulation) code from scumm/sound.cpp to sound/, so that it ma...Max Horn
2003-11-08cleanup whitespacesPaweł Kołodziejski
2003-11-07Correct voc rate in DOTT demoTravis Howell
2003-11-07fix invalid typo fixes ;-) (BTW did anybody get comit mails for khalek's chan...Max Horn
2003-11-07spelling fixesJonathan Gray
2003-10-25whateverJoost Peters
2003-10-24added extra flag to mixer so we don't use free() on new'd pointersJoost Peters
2003-10-18cleanupMax Horn
2003-10-18We proudly present the latest installment of our hit series 'Untangle the mes...Max Horn
2003-10-17renamed some Timer methodsMax Horn
2003-10-10cleanupMax Horn
2003-10-05clarification: premixer must use native endianessMax Horn
2003-10-05Preliminary preparation for new YM2612 FM emulator.Jamieson Christian
2003-10-04use namespace Common a bit more; don't zero the RNG in scumm (else the seed g...Max Horn
2003-10-03cleanup / doxygenificationMax Horn
2003-10-03undo aquadran's recent changes here. If this doesn't compile on MSVC7, fine, ...Max Horn
2003-10-03fixed compilation under msvc7Paweł Kołodziejski
2003-10-02cleanup & restructuring; in particular move the midi driver list to its own s...Max Horn
2003-09-28removed duplicate g_timer object (one was global, one was static to timer.cpp...Max Horn
2003-09-27Timer services are now available through g_timer, soJamieson Christian
2003-09-26Converted the MPU-401 timer to use the Timer class.Jamieson Christian
2003-09-25Fix for Bug [810564] ALL: missing instruments with native MT-32Jamieson Christian
2003-09-19work around silly bug in Microsoft Visual Studio .NET 2003. M$ does not stop ...Max Horn
2003-09-18changed & documented the premixer semanticsMax Horn
2003-09-18moved engine.* to base; this fixes some linking issues when building a barebo...Max Horn
2003-09-17some tweaks to the build system (work toward plugin support)Max Horn