Removed usage of the the redundant the render alignment headroom in AEC3

Bug: webrtc:8671
Change-Id: I1b7b1bc2f4677bbd375fc206c166b4b9fed3efce
Reviewed-on: https://webrtc-review.googlesource.com/35220
Commit-Queue: Per Åhgren <peah@webrtc.org>
Reviewed-by: Gustaf Ullberg <gustaf@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21392}
This commit is contained in:
Per Åhgren
2017-12-20 18:00:51 +01:00
committed by Commit Bot
parent 60e8965b6b
commit de22a17b43
19 changed files with 47 additions and 168 deletions

View File

@ -182,9 +182,8 @@ void BlockProcessorImpl::ProcessCapture(
// Remove the echo from the capture signal.
echo_remover_->ProcessCapture(
delay_controller_->AlignmentHeadroomSamples(), echo_path_variability,
capture_signal_saturation, render_buffer_->GetRenderBuffer(),
capture_block);
echo_path_variability, capture_signal_saturation,
render_buffer_->GetRenderBuffer(), capture_block);
// Update the metrics.
metrics_.UpdateCapture(false);