commit | 89420459d1d4d02e89f36241c1046407773ed9ff | [log] [tgz] |
---|---|---|
author | peah <peah@webrtc.org> | Fri Apr 07 13:13:39 2017 |
committer | Commit bot <commit-bot@chromium.org> | Fri Apr 07 13:13:39 2017 |
tree | d4a6b3bacd58a9e3a616362ed84c3302387be3e3 | |
parent | 38415b2d8e7a4a5a3c4ac52e24c6ecc31c2da007 [diff] |
Adding support for handling highly reverberant echoes in AEC3. This CL adds support for handling highly reverberant echoes in AEC3. The functionality is hardcoded to be have no effect (via a decay factor of 0), but this CL will be followed by other CLs for which nonzero decay factors will be allowed. Apart from this change, this CL also refactors the residual echo estimation code to make it shorter and more readable. The changes introduced herein are bitexact (for a decay factor of 0). BUG=webrtc:6018 Review-Url: https://codereview.webrtc.org/2804223002 Cr-Commit-Position: refs/heads/master@{#17589}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.