commit | 8396e3498fd4698ddf962dd6ec272ee3c316ef54 | [log] [tgz] |
---|---|---|
author | Alex Loiko <aleloi@webrtc.org> | Thu Jun 21 12:04:05 2018 +0200 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Jun 25 14:06:11 2018 +0000 |
tree | 1a17a8bee1de3ea4670b4cd36f5bdff331053e38 | |
parent | 01d2a67a70adf52a8304929d948aa2a8f5aeadcf [diff] |
Remove APM limiter in Audio Mixer. The FrameCombiner sub-module of the AudioMixer uses one of two limiters. One is an AudioProcessingModule with AGC1 enabled and configured as a limiter. The other is the limiter part of AGC2. This change removes the APM-AGC1 limiter. This requires small changes to FrameCombiner, AudioMixerImpl and tests. We also stop using the finch experiment flag. Bug: webrtc:8925 Change-Id: Id7b8349ec4720b6417b15eaf70ed1a850b6ddbed Reviewed-on: https://webrtc-review.googlesource.com/84620 Reviewed-by: Sam Zackrisson <saza@webrtc.org> Commit-Queue: Alex Loiko <aleloi@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23727}
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.