commit | d8579e0133fdc7afdd7fb10520f195646cee5754 | [log] [tgz] |
---|---|---|
author | Gustaf Ullberg <gustaf@webrtc.org> | Wed Oct 11 14:29:02 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Oct 11 14:52:06 2017 |
tree | cf36092b747ab5282febdb4cc9c3db432f564d50 | |
parent | 5de6b1a2114eceae8131c4911c59fef73ee35af2 [diff] |
EchoControl factory injectable in AudioProcessing. This CL enables a factory method creating acoustic echo cancellers that inherit EchoControl to be injected into the audio processing module. AudioProcessing will call the factory method to create an instance of the EchoControl subclass when needed. In the event of sample rate changes, AudioProcessing will recreate the object using the factory method. Bug: webrtc:8346 Change-Id: I0c508b4d4cdb35569864cefaa0e3aea2555cc9b9 Reviewed-on: https://webrtc-review.googlesource.com/7742 Commit-Queue: Gustaf Ullberg <gustaf@webrtc.org> Reviewed-by: Per Ã…hgren <peah@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20251}
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.