commit | 7e43138c0890bd99f627fa061b122c8d5716a99d | [log] [tgz] |
---|---|---|
author | peah <peah@webrtc.org> | Fri Nov 27 15:24:27 2015 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Fri Nov 27 23:24:32 2015 +0000 |
tree | 9b4ddce83033f6f504e36b65ea32994f3895470d | |
parent | 19822d63c1162c0989bc60b524db8c5c27815f72 [diff] |
-Removed the state as an input to the FilterAdaptation function. -Renamed the TimeToFrequency and FrequencyToTime functions. -Moved the windowing from the TimeToFrequency function. -Simplified the EchoSubtraction function. Note that the aec state is still an input to the EchoSubtraction function, and it currently needs to be that in order to support the output of the debug file. The longer-term goal is, however, to order the state into substates. This will simplify the parameter lists to the EchoCancellation function as well as replace the aec state as a parameter BUG=webrtc:5201 Review URL: https://codereview.webrtc.org/1456123003 Cr-Commit-Position: refs/heads/master@{#10830}
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.