aboutsummaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorPer Åhgren <peah@webrtc.org>2019-08-22 11:51:13 +0200
committerCommit Bot <commit-bot@chromium.org>2019-08-22 10:34:05 +0000
commitd47941e0182f6ff463ff92967762ee1030209471 (patch)
tree3f7c9425b91f4d324304148ebda61c540cd1a731 /resources
parenta2dae38ee7729ec1d6fcb7d22b7a597c627ad81a (diff)
downloadwebrtc-d47941e0182f6ff463ff92967762ee1030209471.tar.gz
Reland "Simplification and refactoring of the AudioBuffer code"
This is a reland of 81c0cf287c8514cb1cd6f3baca484d668c6eb128 Original change's description: > Simplification and refactoring of the AudioBuffer code > > This CL performs a major refactoring and simplification > of the AudioBuffer code that. > -Removes 7 of the 9 internal buffers of the AudioBuffer. > -Avoids the implicit copying required to keep the > internal buffers in sync. > -Removes all code relating to handling of fixed-point > sample data in the AudioBuffer. > -Changes the naming of the class methods to reflect > that only floating point is handled. > -Corrects some bugs in the code. > -Extends the handling of internal downmixing to be > more generic. > > Bug: webrtc:10882 > Change-Id: I12c8af156fbe366b154744a0a1b3d926bf7be572 > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/149828 > Commit-Queue: Per Åhgren <peah@webrtc.org> > Reviewed-by: Gustaf Ullberg <gustaf@webrtc.org> > Cr-Commit-Position: refs/heads/master@{#28928} Bug: webrtc:10882 Change-Id: I2ddf327e80a03468c41662ae63c619ff34f2363a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/150101 Commit-Queue: Per Åhgren <peah@webrtc.org> Reviewed-by: Gustaf Ullberg <gustaf@webrtc.org> Cr-Commit-Position: refs/heads/master@{#28938}
Diffstat (limited to 'resources')
-rw-r--r--resources/audio_processing/output_data_fixed.pb.sha12
-rw-r--r--resources/audio_processing/output_data_float.pb.sha12
2 files changed, 2 insertions, 2 deletions
diff --git a/resources/audio_processing/output_data_fixed.pb.sha1 b/resources/audio_processing/output_data_fixed.pb.sha1
index e4444a92ff..072dc4fa90 100644
--- a/resources/audio_processing/output_data_fixed.pb.sha1
+++ b/resources/audio_processing/output_data_fixed.pb.sha1
@@ -1 +1 @@
-91f6018874f4cbce414918d053e1d6c36d3e51c4 \ No newline at end of file
+7481cf57b2ade2f600d91e8bc77fd9780a56b62e \ No newline at end of file
diff --git a/resources/audio_processing/output_data_float.pb.sha1 b/resources/audio_processing/output_data_float.pb.sha1
index a8b35f8f53..c1b6f1a984 100644
--- a/resources/audio_processing/output_data_float.pb.sha1
+++ b/resources/audio_processing/output_data_float.pb.sha1
@@ -1 +1 @@
-4794107799631a85c4aa4671979c6fa7edbef08b \ No newline at end of file
+d67b879f3b4a31b3c4f3587bd4418be5f9df5105 \ No newline at end of file