commit | 4366c5469fefb6a1e641378a2bb152e3c5ad7421 | [log] [tgz] |
---|---|---|
author | Alessio Bazzica <alessiob@webrtc.org> | Mon Dec 05 15:31:16 2022 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Dec 05 16:21:33 2022 |
tree | 2ad2eebdc5134ba63c752c3065e0050df7c4e439 | |
parent | cf78b19a6fe71ca0e351160bdb1a642323a68318 [diff] |
AGC2: move fixed digital controller before limiter Currently the fixed digital gain is applied after the input volume controller and before the adaptive digital one. This CL moves its application after the adaptive digital controller and before the limiter. Reasons: - This change is safe: no production config where both adaptive and fixed digital controllers are jointly used - More predictable behavior: when the fixed digital controller is used after the adaptive digital controller it is easier to describe the overall behavior - i.e., the fixed digital combined with the limiter can be used for digital compression - Allow to remove an unwanted temporal dependency: in a follow-up CL the input volume controller will use the latest speech level estimation instead of that from the previously analyzed frame; this CL makes that change easier. Bug: webrtc:7494 Change-Id: I2e9869081e0eba1e4f30f11ea93a973ca7fea28c Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/286340 Reviewed-by: Hanna Silen <silen@webrtc.org> Commit-Queue: Alessio Bazzica <alessiob@webrtc.org> Cr-Commit-Position: refs/heads/main@{#38813}
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.