aboutsummaryrefslogtreecommitdiff
path: root/audio/mixer.cpp
AgeCommit message (Expand)Author
2019-11-30AUDIO: Remove unused parameter from the MixerImpl constructorCameron Cawley
2018-05-05ALL: Use CLIP to clip volumesAdrian Frühwirth
2014-03-30ALL: Resolve multiple clang warningsMax Horn
2014-02-18AUDIO: Make GPL headers consistent in themselves.Johannes Schickel
2013-07-06ALL: Don't use EventRecorder at all when not compiled inMatthew Hoops
2013-05-17RECORDER: Implement Events RecorderEugene Sandulenko
2013-05-02AUDIO: Fix uninitalized variable. CID 1003160Eugene Sandulenko
2013-04-18AUDIO: Remove unused MixerImpl::_syst member varMax Horn
2011-08-07COMMON: Add DisposablePtr<T>, which replaces many repeated implementations of...Christoph Mallon
2011-06-11AUDIO: Add complementary functions for getting channel volume and balanceEugene Sandulenko
2011-05-16AUDIO: Clarify required parameters for mixCallback.Alyssa Milburn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-16AUDIO: Cleanup sound type settings handling in MixerImpl.Johannes Schickel
2011-04-16AUDIO: Renamed mute related functions in Mixer.Johannes Schickel
2011-04-13AUDIO: Add per sound type mute flag setting to Mixer(Impl).Johannes Schickel
2011-02-27AUDIO: Make mixCallback return the sample countdhewg
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn