aboutsummaryrefslogtreecommitdiff
path: root/webrtc/voice_engine/transmit_mixer.cc
AgeCommit message (Expand)Author
2016-01-13Convert channel counts to size_t.Peter Kasting
2015-11-27Use webrtc/base/logging.h for voice_engine.pbos
2015-11-24Work around data race in TransmitMixer.solenberg
2015-11-04modules: more interface -> include renamesHenrik Kjellander
2015-10-28system_wrappers: rename interface -> includeHenrik Kjellander
2015-09-23Fix the maximum native sample rate in AudioProcessingAlejandro Luebs
2015-09-23Reduce LS_INFO spam from voice_engine/.Peter Boström
2015-08-24Update a ton of audio code to use size_t more correctly and in general reducePeter Kasting
2015-02-27ProcessThread improvements.tommi@webrtc.org
2015-02-26Use base/scoped_ptr.h; system_wrappers/interface/scoped_ptr.h is going awaykwiberg@webrtc.org
2014-07-11Landing pkasting's webrtc fixes for MSVC level 4 warnings in WebRTC.tommi@webrtc.org
2014-05-12Removes parts of the webrtc::VoEFile sub API as part of a clean-up operation ...henrika@webrtc.org
2014-04-30Only clamp to 16 kHz when AECM is enabled.andrew@webrtc.org
2014-04-25Replace scoped_array<T> with scoped_ptr<T[]>.andrew@webrtc.org
2014-04-17Removes parts of the VoEBase sub API as part of a clean-up operation where th...henrika@webrtc.org
2014-04-03Consolidate audio conversion from Channel and TransmitMixer.andrew@webrtc.org
2014-04-02Extends max sample rate from 96kHz to 192kHz on the input side.henrika@webrtc.org
2014-03-18Resolves TSan v2 warnings in voe_auto_test.henrika@webrtc.org
2014-02-11Add an interface for accepting keypress signals to AudioProcessing.andrew@webrtc.org
2014-01-30Move out typing detection to its own class.henrikg@webrtc.org
2014-01-11Minor voice engine improvements around AGC.andrew@webrtc.org
2014-01-07Remove the requirement to call set_sample_rate_hz and friends.andrew@webrtc.org
2013-10-04Clean up AudioProcessing defaults and errors.andrew@webrtc.org
2013-09-17Adds a new voice engine warning for the typing noise off state.jiayl@webrtc.org
2013-08-07Ref-counted rewrite of ChannelManager.pbos@webrtc.org
2013-07-31Merge r4394 from stable to trunk.xians@webrtc.org
2013-07-31Merge r4326 from stable to trunk.xians@webrtc.org
2013-07-03Proper spacing for end-of-namespace comments.pbos@webrtc.org
2013-05-14Remove const for plain data types in voice_engine/pbos@webrtc.org
2013-05-07Refactoring for typing detectionniklas.enbom@webrtc.org
2013-05-02Replace Resampler with PushResampler in transmit_mixer.andrew@webrtc.org
2013-04-09WebRtc_Word32 -> int32_t in voice_engine/pbos@webrtc.org
2013-04-04TSan v2 reports data races in WebRTCAudioDeviceTest.FullDuplexAudioWithAGChenrika@webrtc.org
2013-03-02Don't upsample the capture signal early.andrew@webrtc.org
2013-03-01Properly error check calls to AudioProcessing.andrew@webrtc.org
2013-01-22Replace AudioFrame's operator= with CopyFrom().andrew@webrtc.org
2013-01-09Use %d for signed value in trace.andrew@webrtc.org
2012-11-07Move capture level computation after all processing.andrew@webrtc.org
2012-10-22Move src/ -> webrtc/andrew@webrtc.org