aboutsummaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)Author
2004-01-20No more neededChris Apers
2004-01-20Enable those drivers (still no sound on PalmOS)Chris Apers
2004-01-18Patch #878883: Fix for Ogg Vorbis playbackMax Horn
2004-01-17Update BS2 cutscene player with changes from roever: overlay support (default...James Brown
2004-01-06updated copyright noticeMax Horn
2004-01-04no need to specify game data path here: File::setDefaultDirectory() took care...Max Horn
2004-01-03renamed AudioInputStream -> AudioStreamMax Horn
2004-01-03simplification (possible since read() doesn't have to be efficient anymore)Max Horn
2004-01-03replace read() by readBuffer() in CopyRateConverterMax Horn
2004-01-03more MAD MP3 / Ogg Vorbis cleanup: try not to expose anything about the libs ...Max Horn
2004-01-03removed SoundMixer::playMP3CDTrack; simplified makeMP3Stream (special variant...Max Horn
2004-01-03added makeVOCStream() (convenience function)Max Horn
2003-12-28FT sounds have loops in voc data: 65536, that could be max loops or unfinite ...Paweł Kołodziejski
2003-12-27cleanupMax Horn
2003-12-27paranoiaMax Horn
2003-12-27fixed compilationPaweł Kołodziejski
2003-12-27renamed VOC functionsMax Horn
2003-12-26added handing voc loopsPaweł Kołodziejski
2003-12-26fix warning, add TODO commentMax Horn
2003-12-26passthrought v7+ sound voices by imuse digitalPaweł Kołodziejski
2003-12-26add param to playInputStream which makes it possible to retain an input strea...Max Horn
2003-12-26logic fix: we must do wrap around *before* read, not after. otherwise eosInte...Max Horn
2003-12-24o Added SoundMixer::isReady()Max Horn
2003-12-24explicitly turn off all active sounds -> not all MIDI devices support the 'Al...Max Horn
2003-12-24turned PlayingSoundHandle into an 'opaque' (well not really :-) data type, ma...Max Horn
2003-12-23Allow sound ID for MP3/Vorbis sounds, too; cleaned up Vorbis playback code a bitMax Horn
2003-12-22Fix warning generated by the incomprehensibly picky MinGW GCC compiler.Torbjörn Andersson
2003-12-22o Got rid of Channel::destroy() method (no more evil 'delete this', plusMax Horn
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