commit | cfdbb0d371ce5e5f70c8f301637f10e92280cf77 | [log] [tgz] |
---|---|---|
author | Tommi <tommi@webrtc.org> | Thu May 30 11:30:33 2024 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu May 30 14:37:50 2024 |
tree | 5164944a202cb216cedbbf2ba18839054f001fb1 | |
parent | 5889cf5888b64d9da10500f324a84389ad1920f1 [diff] |
Update PushResampler to use a single buffer for source, destination. PushResampler now uses a single buffer for the deinterleaved channel sources and another for the deinterleaved destinations. Before, there was a dedicated buffer per channel (source and dest). This reduces allocations and allows for using DeinterleavedView for both which simplifies some checks. Bug: chromium:335805780 Change-Id: I553a36164109127fa332ab17918d53832d442303 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/351542 Reviewed-by: Per Ã…hgren <peah@webrtc.org> Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42415}
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.