commit | f622ba725e171cefec7ffe803e053b7e4764d11e | [log] [tgz] |
---|---|---|
author | Alessio Bazzica <alessiob@webrtc.org> | Thu Oct 29 19:50:13 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Oct 29 21:15:50 2020 |
tree | 1796bba9f55635eddb8004f5c8e50589bccc019e | |
parent | bee5983b8f95487b85e50f2a82e20561c8648207 [diff] |
AGC2 RNN VAD size_t -> int Motivation: read "On Unsigned Integers" section in https://google.github.io/styleguide/cppguide.html#Integer_Types Plus, improved readability by getting rid of a bunch of `static_cast<int>`s. Bug: webrtc:10480 Change-Id: I911aa8cd08f5ccde4ee6f23534240d1faa84cdea Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/190880 Commit-Queue: Alessio Bazzica <alessiob@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#32524}
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.