commit | 0bc176b99b770f2fa3dd94d54553ab635df6930d | [log] [tgz] |
---|---|---|
author | peah <peah@webrtc.org> | Wed Dec 16 16:11:15 2015 |
committer | Commit bot <commit-bot@chromium.org> | Wed Dec 16 16:11:24 2015 |
tree | efb4a39bda0b9661d2fc357e009f0f6941423077 | |
parent | c482eb3c84e958118451fbc443a0b2ba296e7441 [diff] |
Further refactored the echo suppressor code: -Extended the InverseFft function to be more generally applicable. -Included the previous external extra scaling into the preexisting InverseFft call. -Moved the updating of aec->delayEstCtr to where it is actually used. -Refactored the output production and comfort noise addition using the InverseFft function. -Removed the if-statements checking the value of the constant flagHbandCn as any value different from 1 would crash the program. Also removed the constant The changes have been tested for bitexactness. BUG=webrtc:5201 Review URL: https://codereview.webrtc.org/1492343002 Cr-Commit-Position: refs/heads/master@{#11054}
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.