aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorandrew@webrtc.org <andrew@webrtc.org>2014-10-30 03:40:10 +0000
committerandrew@webrtc.org <andrew@webrtc.org>2014-10-30 03:40:10 +0000
commit4fc4addc815379c6cc1d04f4853a528390fe09ba (patch)
treef99823988fb1132ce018a80b09f419524f294716 /data
parent776e6f289c7396a1143b8b36b03f88b08ac8cba3 (diff)
downloadwebrtc-4fc4addc815379c6cc1d04f4853a528390fe09ba.tar.gz
Refactor audio conversion functions.
Use a consistent naming scheme that can be understood at the callsite without having to refer to documentation. Remove hacks in AudioBuffer intended to maintain bit-exactness with the float path. The conversions etc. are now all natural, and instead we enforce close but not bit-exact output between the two paths. Output of ApmTest.Process: https://paste.googleplex.com/5931055831842816 R=aluebs@webrtc.org, bjornv@webrtc.org, kwiberg@webrtc.org Review URL: https://webrtc-codereview.appspot.com/13049004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7561 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'data')
-rw-r--r--data/audio_processing/output_data_fixed.pbbin188 -> 188 bytes
-rw-r--r--data/audio_processing/output_data_float.pbbin1404 -> 1404 bytes
2 files changed, 0 insertions, 0 deletions
diff --git a/data/audio_processing/output_data_fixed.pb b/data/audio_processing/output_data_fixed.pb
index eb525c32a6..6e36d5594a 100644
--- a/data/audio_processing/output_data_fixed.pb
+++ b/data/audio_processing/output_data_fixed.pb
Binary files differ
diff --git a/data/audio_processing/output_data_float.pb b/data/audio_processing/output_data_float.pb
index 79619e7fda..0fd2fe8cd8 100644
--- a/data/audio_processing/output_data_float.pb
+++ b/data/audio_processing/output_data_float.pb
Binary files differ