commit | 928146f546193cfd56256aa828e2e19a013012cd | [log] [tgz] |
---|---|---|
author | Per Åhgren <peah@webrtc.org> | Tue Aug 20 09:19:21 2019 +0200 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Aug 20 08:36:47 2019 +0000 |
tree | b056461bef570a89f9cb4d27aeca021458969a76 | |
parent | 93d4c10ffccc2faf2e38bab74ba14414751bae91 [diff] |
Removing all external access to the integer sample data in AudioBuffer This CL removes all external access to the integer sample data in the AudioBuffer class. It also removes the API in AudioBuffer that provides this. The purpose of this is to pave the way for removing the sample duplicating and implicit conversions between integer and floating point sample formats which is done inside the AudioBuffer. Bug: webrtc:10882 Change-Id: I1438b691bcef98278aef8e3c63624c367c2d12e9 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/149162 Reviewed-by: Gustaf Ullberg <gustaf@webrtc.org> Reviewed-by: Henrik Lundin <henrik.lundin@webrtc.org> Commit-Queue: Per Åhgren <peah@webrtc.org> Cr-Commit-Position: refs/heads/master@{#28912}
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 http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.