commit | bab128555afa0f94994a5d5689b7d8da930cdee1 | [log] [tgz] |
---|---|---|
author | Alessio Bazzica <alessiob@webrtc.org> | Thu Feb 03 15:30:25 2022 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Feb 04 15:37:21 2022 |
tree | 097a977d0297d30b82c98cf29b79b4789bbd1ddc | |
parent | b02e1acdaa7747a528795842957e7c6eea0d6358 [diff] |
Improve code quality in modules/audio_processing/agc/ - Switch from ptr+size to rtc::ArrayView - Remove `AgcManagerDirect::sample_rate_hz_` since it's always 16 kHz - Stop passing nullptr in agc_manager_direct_unittest.cc when `AgcManagerDirect::Process()` is called - Allow to correctly run the tests added in the child CL (see [1]) [1] https://webrtc-review.googlesource.com/c/src/+/250141 Bug: webrtc:7494 Change-Id: I0292d7038d6510ca7c58af32b6003a1e4b121b00 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/250541 Reviewed-by: Hanna Silen <silen@webrtc.org> Commit-Queue: Alessio Bazzica <alessiob@webrtc.org> Cr-Commit-Position: refs/heads/main@{#35910}
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.