aboutsummaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)Author
2004-12-02Moved MidiDriver creation code into the MidiDriver class (as static methods),...Max Horn
2004-11-28cleanupMax Horn
2004-11-28Changed parameter order of SoundMixer::playInputStream to match that of playRawMax Horn
2004-11-28Added a "permanent" field to Channels, which simply prevents them from being ...Jerome Fisher
2004-11-28Assume for now that the premixer is always used for music playback (as oppose...Max Horn
2004-11-27Removed the (highly SCUMM specific) 'appendable stream' API from SoundMixer; ...Max Horn
2004-11-27Removed the old setupPremix version, it is not needed anymore. Also fixed som...Max Horn
2004-11-27Added some more mixer doxygen docs; cleaned up Mixer API a bit, removing some...Max Horn
2004-11-27AudioStream::read() has been removed quite some time ago, now making sure tha...Max Horn
2004-11-22cleanupMax Horn
2004-11-11Erm, this was never meant to be commited. I might as well leave the .h change...James Brown
2004-11-11Prevent infinite loop by displaying the launcher after a game start FAILURE too.James Brown
2004-11-06Major MT-32 emu overhaul based on KingGuppy's code.Eugene Sandulenko
2004-11-04Delegate channel functions to any MidiDriver. This is useful for theEugene Sandulenko
2004-10-30Doxygen fixesMax Horn
2004-10-23fixed warningsPaweł Kołodziejski
2004-10-22Prepare true AdLib support on PalmOSChris Apers
2004-10-21Patch #1048326 Better MT-32 supportEugene Sandulenko
2004-10-17Add commentMax Horn
2004-10-17Fix playback of MP3 files till EOF in some casesMax Horn
2004-10-11Implement premix proc via an AudioStream / Channel (eventually we'll remove t...Max Horn
2004-10-09Make AppendableAudioStream endianness-aware.Eugene Sandulenko
2004-09-28Rename remaining OSystem methods to match our coding guidelinesMax Horn
2004-09-25Remove obsolete path paramMax Horn
2004-09-25Fix doxygen warningsMax Horn
2004-09-19Fix potential race conditionMax Horn
2004-09-19Actually check if a sound is active, if the sound is outside music engine.Travis Howell
2004-09-18smush tracks are not music channel, removed outdated dimuse commentPaweł Kołodziejski
2004-09-04fixde bug IMUSE+DEBUGPaweł Kołodziejski
2004-09-04Fix for bug #1022265 (Memory leak in vorbis.cpp?)Max Horn
2004-08-22cleanup of TimerProc messMax Horn
2004-08-08Remove orphaned TODOMax Horn
2004-08-03Update commentTravis Howell
2004-08-03Add commentTravis Howell
2004-08-03Add invalid version used by French Simon2Travis Howell
2004-07-31changed loadVOCFile to work on a generic ReadStream instead of a File, and re...Max Horn
2004-07-16Applied patch #957544 to make output sample rate configurable at runtime.Torbjörn Andersson
2004-07-11Use extrapath in Sword1 engine (from 0.6.0 branch). More verbose errors to go...James Brown
2004-07-01getFreeSpace() is not longer usedPaweł Kołodziejski
2004-06-29Fix for bug #981991 (VORBIS: Crash when using Ogg Vorbis CD tracks)Max Horn
2004-06-28Make use of new File refcount code; also fixed long standing bug in vorbis co...Max Horn
2004-06-09Fixed a typo in a comment.Torbjörn Andersson
2004-05-31Make allNotesOff() also turn off all "hanging notes". Without this change,Torbjörn Andersson
2004-05-09Config sample switch for WinCENicolas Bacca
2004-05-05Remove odd sample rate hack (for DOTT demo); instead, be slightly less strict...Max Horn
2004-05-02Explain a bit what getSampleRateFromVOCRate() does; mark a hack in it more cl...Max Horn
2004-05-01Doubled the buffer size to prevent crashes with the Inherit the EarthTorbjörn Andersson
2004-05-01Fix for [945497] Possible bug in midiparser_smf.cppJamieson Christian
2004-04-30Changed printf() to warning()Torbjörn Andersson
2004-04-29Changed printf() to warning(). (Even in the case where the message used toTorbjörn Andersson