summaryrefslogtreecommitdiffstats
path: root/src/engine/enginemicrophone.h
AgeCommit message (Expand)Author
2017-06-11split effects processing into prefader and postfader stagesbe_
2017-05-10move effects post-faderbe_
2016-12-20Add a ControlObject::setReadOnly method.RJ Ryan
2016-04-27Replace use of "slave" with "proxy" or "follower" everywhere.RJ Ryan
2016-04-27Move all Control classes to src/control.RJ Ryan
2016-01-20Rename [MicN/AuxN],enabled to input_configured.RJ Ryan
2015-12-28Move SoundManager/SoundDevice/etc. to src/soundio/.RJ Ryan
2015-02-24Naming refactors.RJ Ryan
2015-02-24Refactor use of strings in the engine. 10-20% callback speed improvement.RJ Ryan
2014-11-07Use QString instead of char* in ConstructorMax Linke
2014-09-01Merge remote-tracking branch 'upstream/master' into audiotaperDaniel Schürmann
2014-08-24read CO directlyOwen Williams
2014-08-24Make samplerate an explicitly-passed variable in the effects framework.Owen Williams
2014-08-17Move more state updating into the post process test.Owen Williams
2014-08-12Move beat_distance calculation after buffer processing to keep them in sync.Owen Williams
2014-05-04replaced all logpots with audio taper potsDaniel Schürmann
2014-04-24added co "pregain" for aux and micDaniel Schürmann
2014-04-21Changed EngineObject interface to use a common in/out buffer.Daniel Schürmann
2014-04-12Merge branch 'master' into multi_soundcard_fixesDaniel Schürmann
2014-04-12remove EngineClippingDaniel Schürmann
2014-04-02removed CircularBuffer from input engines. This is not reqired anymore becaus...Daniel Schürmann
2014-03-25Add effect processing to microphone and aux channels.RJ Ryan
2014-03-22Revert 8c0e998 to use published CO names for microphones. Change aux to match.RJ Ryan
2014-03-15Add some documentation to SoundManager methods about concurrency issues.RJ Ryan
2014-02-14Collapse talkover controls in EngineChannel and EngineMicrophone.RJ Ryan
2014-02-13renamed onInputConnected to onInputConfigured to avoid missundestandingDaniel Schürmann
2014-02-11Dont process Mic input buffer when talkover disabledDaniel Schürmann
2014-02-11changed [Microphone] "enabled" to "configured" to match with EngineAuxDaniel Schürmann
2014-02-11reset vuMeter when EnginAux is not activeDaniel Schürmann
2014-01-22Move CircularBuffer to util/.RJ Ryan
2014-01-14Don't override isMaster and isPFL for EnginePassthrough and EngineMicrophone.RJ Ryan
2013-12-21Refactor the engine to process samples in the range of [-1.0, 1.0]. Fixes Bug...RJ Ryan
2013-12-19Fix ugly const-casting required by EngineObject API.RJ Ryan
2013-06-19Moving mixxx/* to the root. A new era begins!RJ Ryan