commit | b14f00113ed054a94f406fb58348e2cedf098cc0 | [log] [tgz] |
---|---|---|
author | peah <peah@webrtc.org> | Wed Dec 09 19:07:20 2015 |
committer | Commit bot <commit-bot@chromium.org> | Wed Dec 09 19:07:27 2015 |
tree | c1c9ea2d443efa74474b6718548dafad289b6948 | |
parent | 434aca8d862a46d0c3b71698a264d0c71d898170 [diff] |
Some minor (bitexact) AEC echo suppressor refactoring -Moved filter reset from the echo suppression into the echo subtraction code where it belongs (the echo subtractor should own its filter reset). -Moved the selection between using the microphone sinal and the echo subtractor output down to the lowest level in the EchoSuppression function. This makes sense as that selection was very hidden in an unrelated sub-sub-function call and as the selection is critical for what the AEC outputs. The changes have been tested for bitexactness. BUG=webrtc:5201 Review URL: https://codereview.webrtc.org/1499573003 Cr-Commit-Position: refs/heads/master@{#10956}
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. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.