commit | 96b951c593a2665cc8688d60343dc225f62f4e99 | [log] [tgz] |
---|---|---|
author | peah <peah@webrtc.org> | Tue Aug 22 17:26:07 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Aug 22 17:26:07 2017 |
tree | b27f6e64cc9637ec6e23c777b6a931451cfd498b | |
parent | 3e86e7eec727b9c2348a92ca3282d9066b4f9e9a [diff] |
Make AEC3 recover more quickly for lost capture data This CL ensures that AEC3 recovers more quickly when capture data is lost in such a manner that the echo path, as seen by AEC3, becomes noncausal due to the AEC3 buffer misalignment caused by the data loss. The CL adds the assumption of a minimum echo path delay of 5 blocks and makes the hysteresis in the delay selection one-sided. BUG=chromium:757796, webrtc:8131 Review-Url: https://codereview.webrtc.org/2998223002 Cr-Commit-Position: refs/heads/master@{#19454}
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.