| commit | 24c9f613999589f1067f62e7d3cc47b7bf3a2d85 | [log] [tgz] | 
|---|---|---|
| author | Shigemasa Watanabe <shigemasa7watanabe@gmail.com> | Wed Aug 27 12:38:48 2025 | 
| committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Sep 01 07:35:36 2025 | 
| tree | b2b9aa1c037b036ef6c8750faee861622973e900 | |
| parent | d110b7816896592a6cf5a33096d763ae2d640306 [diff] | 
Fix integer division issue in AGC2 limiter interpolation i / n was always 0 because both were integers. This changes the computation to use floating point. I have confirmed that the output values change with this modification. However, I couldn't hear any difference in the sound. Bug: webrtc:440589870 Change-Id: Ie5e36e445390d2bdc7b046f163da53a9282c2abc Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/406561 Commit-Queue: Henrik Lundin <henrik.lundin@webrtc.org> Reviewed-by: Henrik Lundin <henrik.lundin@webrtc.org> Reviewed-by: Lionel Koenig <lionelk@webrtc.org> Commit-Queue: Lionel Koenig <lionelk@webrtc.org> Cr-Commit-Position: refs/heads/main@{#45504}
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.