commit | 0faf082f9a70dfd3ab5e3909ca7ffea0c24066b6 | [log] [tgz] |
---|---|---|
author | Jesús de Vicente Peña <devicentepena@webrtc.org> | Mon Sep 24 10:48:28 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Sep 24 11:15:52 2018 |
tree | aaacf36790efc5a9c3a8cb20f1baca5c0d6a3c00 | |
parent | 03c592a1e9f9dbad02bfc9d1f55d8b8c5c499208 [diff] |
AEC3: Bounding the nearend spectrum used as input for the suppressor gain computation Right after a volume decrease, the echo path estimate is overestimated and, as a side effect, the nearend signal is also overestimated. Due to that, the suppression gains are kept high avoiding the suppression of echoes. In this CL the neared power spectrum estimation is limited to a level given by the power spectrum or the microphone input signal. Additionally, the minimum gain that is computed inside the suppressor is also modified. Instead of using the nearend power spectrum that is now bounded, the power spectrum of the signal after the linear echo canceler is used. Bug: webrtc:9762 Change-Id: Ia24cd2ce248f2c2ba124711b75acff3b8c5cfa9f Reviewed-on: https://webrtc-review.googlesource.com/100720 Commit-Queue: Jesus de Vicente Pena <devicentepena@webrtc.org> Reviewed-by: Per Åhgren <peah@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24796}
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.