commit | a2376e7db6b6c7b8fbe070fe7e277e476361d3ff | [log] [tgz] |
---|---|---|
author | peah <peah@webrtc.org> | Mon Feb 27 09:15:24 2017 |
committer | Commit bot <commit-bot@chromium.org> | Mon Feb 27 09:15:24 2017 |
tree | b7dc811c8529bcef2c55d8307b142b8b5e6e1e39 | |
parent | fa5fdce1009619d4ada99d74d066834fd66d3f40 [diff] |
Added post-adjustment of the suppression gains This CL adds correction of the echo suppressor gain It contains 2 changes: -Bounds the upper value for the echo suppression gain for bin 1 to avoid that the high-pass filter causes the gain to be high for bin 1, which in turn may impact the realization of any lower gains for the neighboring bins. -Bounds the upper values for the echo suppression gains for the higher bins to avoid any impact of the external anti-aliasing filters. BUG=webrtc:6018 Review-Url: https://codereview.webrtc.org/2718993002 Cr-Commit-Position: refs/heads/master@{#16854}
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.