NetEq Smart Flushing Previously reverted but this feature is found to be useful in a conditions where NeqEq buffer bloats and stays for prolonged duration (10~15s). Original CL (https://webrtc-review.git.corp.google.com/c/src/+/193941). This CL includes a fix on Units Mismatch (Samples vs. Milliseconds) in PartialFlush. In the original patch, the safety floor for flushing (target_level_threshold_ms, in milliseconds) was compared directly to the target buffer limit (target_level_samples, in samples). This rendered the safety floor useless, causing NetEq to perform aggressive flushes down to extremely low delays (e.g. 10ms), ignoring the configured protection floor of 500ms. Bug: webrtc:12201 Change-Id: Ie51290d8332569f2c2f506eaaf3e8d8dc2904909 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/480020 Reviewed-by: Henrik Lundin <henrik.lundin@webrtc.org> Commit-Queue: Tim Na <natim@google.com> Reviewed-by: Jakob Ivarsson‎ <jakobi@webrtc.org> Cr-Commit-Position: refs/heads/main@{#48058}
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.