commit | 169c7fd521da7530ea55f9c4d4d045ccfd952e18 | [log] [tgz] |
---|---|---|
author | Per Åhgren <peah@webrtc.org> | Fri Apr 27 12:04:03 2018 +0200 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Apr 27 14:47:56 2018 +0000 |
tree | 237563e690df438206f20b954eb1aa8f6b9c1b9a | |
parent | c4ca1d3f375269a902db8009d778b4498ebf228d [diff] |
Use windowed, data padded, FFTs when computing the AEC3 suppressor gain This CL changes the way the suppressor gain is computed in AEC3 in that the FFTs used are padded with data and windowed with a Hanning-style window. This gives better FFT accuracy, an behavior matching the suppressor gain application, and also results in one less FFT operation. Bug: webrtc:9204,chromium:837563 Change-Id: I612676c389cb76a3130966a9b596ff3f44d21863 Reviewed-on: https://webrtc-review.googlesource.com/73141 Reviewed-by: Gustaf Ullberg <gustaf@webrtc.org> Commit-Queue: Per Åhgren <peah@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23057}
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.