webrtc/common_audio/resampler
Per Åhgren 928146f546 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}
2019-08-20 08:36:47 +00:00
..
include Add support for many channels in push_resampler. 2018-10-02 13:11:51 +00:00
push_resampler.cc [Cleanup] Add missing #include. Remove useless ones. 2018-10-23 11:32:56 +00:00
push_resampler_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
push_sinc_resampler.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
push_sinc_resampler.h Format almost everything. 2019-07-08 13:45:15 +00:00
push_sinc_resampler_unittest.cc Removing all external access to the integer sample data in AudioBuffer 2019-08-20 08:36:47 +00:00
resampler.cc Format almost everything. 2019-07-08 13:45:15 +00:00
resampler_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
sinc_resampler.cc Format almost everything. 2019-07-08 13:45:15 +00:00
sinc_resampler.h Format almost everything. 2019-07-08 13:45:15 +00:00
sinc_resampler_neon.cc Format almost everything. 2019-07-08 13:45:15 +00:00
sinc_resampler_sse.cc [Cleanup] Add missing #include. Remove useless ones. 2018-10-23 11:32:56 +00:00
sinc_resampler_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
sinusoidal_linear_chirp_source.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
sinusoidal_linear_chirp_source.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00