aboutsummaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)Author
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
2003-09-16Don't call the premix function when the mixer is paused. (This isTorbjörn Andersson
2003-09-11some (untested!) support for backends which require unsigned audio samplesMax 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-09-09Up debug level of this warning, since it floods output in loomTravis Howell
2003-09-09map 0xA5 to 11025 Hz, tooMax Horn
2003-09-09map 0xD3 in VOC headers to 22050 Hz, tooMax Horn
2003-09-08start to use code from the original resample codebase, since it uses fixed po...Max Horn
2003-09-07new header file for VOC specific stuffMax Horn
2003-09-06removed pauseMixer method from mixer, and renamed stop to stopChannelMax Horn
2003-09-05optimized channel volume/pan handlingMax Horn
2003-09-05moved the sound ID param in playRaw before volume/panMax Horn
2003-09-05oopsMax Horn
2003-09-05added default volume/pan valuesMax Horn
2003-09-05cleaned up sound/mixer.h a bit; renamed some mixer methods for consistencyMax Horn
2003-09-05fixes for uninitialized pan and volumePaweł Kołodziejski
2003-09-02remove shadow'd var by using variable name from prototypeJonathan Gray
2003-09-02moved volume and pan control into flow funcPaweł Kołodziejski
2003-09-02Fixed compiler warning that I introduced earlier.Torbjörn Andersson
2003-09-02Added per-channel pausing. Maybe I should have named the pauseChannel()Torbjörn Andersson
2003-09-01forgot thisPaweł Kołodziejski
2003-09-01The channel could be destroyed so changeVolumeAndPan can't access it in that ...Chris Apers
2003-08-31added comments:Paweł Kołodziejski
2003-08-31added mixer features: volume and pan control per channelPaweł Kołodziejski
2003-08-30Made PlayingSoundHandle unsigned again, since the mixer change wasTorbjörn Andersson
2003-08-30revert id handle stuffPaweł Kołodziejski
2003-08-30If -1 is going to be a valid value for a PlayingSoundHandle, the data typeTorbjörn Andersson
2003-08-30added func isChannelActive for mixer, and fixed handling numbers of channel 0Paweł Kołodziejski
2003-08-24small cleanup for the Ogg playback codeMax Horn
2003-08-16More corrections to the VAR_MUSIC_TIMERJamieson Christian
2003-08-16Corrected timing mechanism for RO music streams.Jamieson Christian
2003-08-14Removed incorrect acknowledgements (copy/paste error)Jamieson Christian
2003-08-13ZeroInputStream::readBuffer didn't have the same signature as the base class ...Bertrand Augereau