aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorkwiberg@webrtc.org <kwiberg@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-06-10 11:13:09 +0000
committerkwiberg@webrtc.org <kwiberg@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-06-10 11:13:09 +0000
commit12cd4437520588623d3e9840c0fd2c2ace9aae6b (patch)
treee71faccb5b2c485eae20ac520cb44c4b68da2b80 /data
parent1014101470940fc60445c1573a3da14784f63b0e (diff)
downloadwebrtc-12cd4437520588623d3e9840c0fd2c2ace9aae6b.tar.gz
Noise suppression: Change signature to work on floats instead of ints
Internally, it already worked on floats. This patch just changes the signature of a bunch of functions so that floats can be passed directly from the new and improved AudioBuffer without converting the data to int and back again first. (The reference data to the ApmTest.Process test had to be modified slightly; this is because the noise suppressor comes immediately after the echo canceller, which also works on floats. If I truncate to integers between the two steps, ApmTest.Process doesn't complain, but of course that's exactly the sort of thing the float conversion is supposed to let us avoid...) BUG= R=aluebs@webrtc.org, bjornv@webrtc.org, tina.legrand@webrtc.org Review URL: https://webrtc-codereview.appspot.com/13519004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6385 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'data')
-rw-r--r--data/audio_processing/output_data_float.pbbin1386 -> 1386 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/data/audio_processing/output_data_float.pb b/data/audio_processing/output_data_float.pb
index ee9b6ccceb..ffc12d6b00 100644
--- a/data/audio_processing/output_data_float.pb
+++ b/data/audio_processing/output_data_float.pb
Binary files differ