commit | 68831d28c7be9d88d207999e52cc33f174e30a27 | [log] [tgz] |
---|---|---|
author | Joachim Reiersen <joachimr@meta.com> | Wed Feb 07 19:14:47 2024 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 08 11:33:25 2024 |
tree | 3e2e407edccbb67341d33559d134b63eb33cec8c | |
parent | 74e7ac59b05e0941d0d86709747ce404b15a6da9 [diff] |
Remove extraneous partial re-initialization of NetEq in the ChannelReceive ctor These function calls break RAII and are redundant since NetEq and voe::AudioLevel have just been constructed. Remove them to fix an issue where NetEq ignores the min/max delay passed to its constructor. This will not change default behavior since the defaults in NetEq::Config for max_delay_ms and min_delay_ms are both 0. Bug: webrtc:15835 Change-Id: I27d4745ac85d6c6948796fe1d6286a0b79429474 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/338209 Reviewed-by: Jakob Ivarsson <jakobi@webrtc.org> Commit-Queue: Jakob Ivarsson <jakobi@webrtc.org> Cr-Commit-Position: refs/heads/main@{#41694}
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.