commit | 9846845da6ee88bf16cb5fc62c6839ed7aafe04c | [log] [tgz] |
---|---|---|
author | minyue <minyue@webrtc.org> | Fri Jan 22 13:46:43 2016 |
committer | Commit bot <commit-bot@chromium.org> | Fri Jan 22 13:46:47 2016 |
tree | 74c25f15b4787d4f2262a9e6b53a9d3054707bed | |
parent | 5447934728080aab01e1c0c521aa71e9891320e5 [diff] |
Calculate audio levels in AEC in time domain. In AEC, audio levels are calculated in frequency domain. This makes the calculation dependent on FFT. We now make the calculation performed in time domain. The complexity is the same, but the dependence on FFT is removed. BUG= Review URL: https://codereview.webrtc.org/1542573002 Cr-Commit-Position: refs/heads/master@{#11357}
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.