commit | 270f7b5353ddf32f3dfe1d53d34ed5d2276328ac | [log] [tgz] |
---|---|---|
author | Alessio Bazzica <alessiob@webrtc.org> | Fri Oct 13 09:05:17 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Oct 13 11:05:37 2017 |
tree | 18c0795c7bb978f1a2534ad31ea8a66de543af81 | |
parent | 65ceb6649fbf6419a93b09cc8e965d7ef9548474 [diff] |
AGC2 dummy module: fixed gain param, APM integration, audioproc_f adaptation In preparation of coming CLs that will add an AGC interface to make the gain controller injectable. This CL simplifies AGC2 (dummy sub-module of audioproc_f) since it only implements the fixed digital mode with hard-clipping - i.e., no limiter is used. The AGC2 config now includes the fixed gain to apply and audioproc_f has been adapted accordingly. Finally, this CL slightly simplifies the AGC2 integration into APM. This CL is a continuation of https://codereview.webrtc.org/2995043002/ Bug: webrtc:7494 Change-Id: I3d554ea4dc6208928352059feb14987edabf14c7 Reviewed-on: https://webrtc-review.googlesource.com/4661 Commit-Queue: Alessio Bazzica <alessiob@webrtc.org> Reviewed-by: Per Ã…hgren <peah@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20278}
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.