commit | 93e5750a920ac45c732fa39ab43ced0dcc7e230a | [log] [tgz] |
---|---|---|
author | Alex Loiko <aleloi@webrtc.org> | Mon Oct 01 14:28:47 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Oct 02 08:34:10 2018 |
tree | 5b315828cd1c49baf779d3ddc606312594826ec1 | |
parent | 895ce82cabc83bc72bb5ee97b750b2d235901c17 [diff] |
Reduce digital adaptive AGC2 gain in some situations. Hypothetical scenario: short weak speech at start of call, then high noise. The digital adaptive AGC2 would pick a high gain, and then continue to apply it on the noise. Unless the noise is detected by the noise estimator, the gain would never be reduced. This CL addresses the issue by sending limiter gain info to the adaptive digital AGC2. Bug: webrtc:7494 Change-Id: Idf5c2686af0f5e5bad981d39a95b8efc9ffb9d64 Reviewed-on: https://webrtc-review.googlesource.com/102641 Reviewed-by: Sam Zackrisson <saza@webrtc.org> Commit-Queue: Alex Loiko <aleloi@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24922}
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.
Authoritative list of directories that contain the native API header files.