aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/audio_processing/echo_control_mobile_impl.cc
AgeCommit message (Expand)Author
2016-01-13Convert channel counts to size_t.Peter Kasting
2016-01-08Misc. small cleanups.pkasting
2015-11-28Introduced the new locking schemepeah
2015-11-18Fixed the render queue item size preallocation and verification, moved consta...peah
2015-11-17Introduced the render sample queue for the aec and aecm.peah
2015-11-11Remove webrtc/modules/audio_processing/{aec,aecm,ns}/includeHenrik Kjellander
2015-11-10-Removed the indirect error message reporting in aec and aecm.peah
2015-10-28system_wrappers: rename interface -> includeHenrik Kjellander
2015-08-24Update a ton of audio code to use size_t more correctly and in general reducePeter Kasting
2015-05-28audio_processing/aecm: Create() now returns a pointer to the objectBjorn Volcker
2015-02-10Make ChannelBuffer aware of frequency bandsaluebs@webrtc.org
2014-12-10Support 48kHz in Noise Suppressionaluebs@webrtc.org
2014-12-03Simplify audio_buffer APIsaluebs@webrtc.org
2014-04-30Fix constness of AudioBuffer accessors.andrew@webrtc.org
2014-04-22Support arbitrary input/output rates and downmixing in AudioProcessing.andrew@webrtc.org
2014-04-22audio_processing: DestroyHandle() now returns voidbjornv@webrtc.org
2014-02-27Remove ProcessingComponent's dependence on AudioProcessingImpl.andrew@webrtc.org
2013-08-05Switch C++-style C headers with their C equivalents.pbos@webrtc.org
2013-05-28Include files from webrtc/.. paths in audio_processing/pbos@webrtc.org
2013-04-10WebRtc_Word32 -> int32_t in audio_processing/pbos@webrtc.org
2013-03-01Return an error when greater than 16 kHz is used with AECM.andrew@webrtc.org
2012-10-22Move src/ -> webrtc/andrew@webrtc.org