commit | d5e6f413abc06cd673cbb77105c1a46685f84ddb | [log] [tgz] |
---|---|---|
author | Alessio Bazzica <alessiob@webrtc.org> | Wed Sep 30 11:07:57 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Sep 30 13:15:38 2020 |
tree | bfa3631edb48d99c20450a35fd489b5a55b9bddc | |
parent | 8845f7e32bdea16fee2e00348055dda5639c41d1 [diff] |
AGC2 AdaptiveDigitalGainApplier and AdaptiveAgc code improvements This CL was written in preparation for the next CL in the chain and it contains the following changes: - SignalWithLevels -> AdaptiveDigitalGainApplier::FrameInfo - Frame view removed from AdaptiveDigitalGainApplier::FrameInfo - AdaptiveDigitalGainApplier::Process now gets side info as const& to avoid unnecessary copies - AdaptiveAgc::Process: `last_audio_level` renamed to `limiter_envelope` to better reflect what that actually is - Missing class/method docstrings added Tested: bit-exactness verified with audioproc_f Bug: webrtc:7494 Change-Id: Ie25dcd389d6eed74ea9a65f0720eeb8f20f0096b Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/186040 Commit-Queue: Alessio Bazzica <alessiob@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#32251}
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 here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.