commit | f687d53aabee0523ce6e9e0636163af8df120e41 | [log] [tgz] |
---|---|---|
author | Alex Luebs <aluebs@webrtc.org> | Wed Mar 09 15:37:56 2016 |
committer | Alex Luebs <aluebs@webrtc.org> | Wed Mar 09 15:38:09 2016 |
tree | d3d1cdd50ad3db96d61e8360b5a983dab1665a8a | |
parent | 3ecb5c869842ddfccab35e3111a8e415a47e2b5b [diff] |
Drop the 16kHz sample rate restriction on AECM and zero out higher bands The restriction has been removed completely and AECM now supports any number of higher bands. But this has been achieved by always zeroing out the higher bands, instead of applying a constant gain which is the average over half of the lower band (like it is done for the AEC), because that would be non-trivial to implement and we don't want to spend too much time on AECM, since we want to get rid of it in the long term anyway. R=peah@webrtc.org, solenberg@webrtc.org, tina.legrand@webrtc.org Review URL: https://codereview.webrtc.org/1774553002 . Cr-Commit-Position: refs/heads/master@{#11931}
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.