commit | b0ad43baa02f41dba01be4df9606dc65f24c0ec8 | [log] [tgz] |
---|---|---|
author | aluebs <aluebs@webrtc.org> | Fri Nov 20 00:11:53 2015 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Fri Nov 20 08:11:58 2015 +0000 |
tree | 4b855ece2cd6101fd9af4f65435b1978c66a0015 | |
parent | ceb450b51d92637f0e28baf79ec7c0a7a3dc18d8 [diff] [blame] |
Add aecdump support to audioproc_f Originally landed here: https://codereview.webrtc.org/1409943002/ The transient suppression fix landed here: https://codereview.webrtc.org/1411423010/ TBR=mflodman Review URL: https://codereview.webrtc.org/1432843002 Cr-Commit-Position: refs/heads/master@{#10722}
diff --git a/webrtc/modules/audio_processing/test/process_test.cc b/webrtc/modules/audio_processing/test/process_test.cc index d07db92..ae6b4dc 100644 --- a/webrtc/modules/audio_processing/test/process_test.cc +++ b/webrtc/modules/audio_processing/test/process_test.cc
@@ -636,8 +636,8 @@ } if (!raw_output) { - // The WAV file needs to be reset every time, because it cant change - // it's sample rate or number of channels. + // The WAV file needs to be reset every time, because it can't change + // its sample rate or number of channels. output_wav_file.reset(new WavWriter(out_filename + ".wav", output_sample_rate, msg.num_output_channels()));