diff --git a/modules/audio_processing/aec3/residual_echo_estimator.cc b/modules/audio_processing/aec3/residual_echo_estimator.cc index 17a70e1b1f..1fec4511a0 100644 --- a/modules/audio_processing/aec3/residual_echo_estimator.cc +++ b/modules/audio_processing/aec3/residual_echo_estimator.cc @@ -114,7 +114,7 @@ void ResidualEchoEstimator::Estimate( // TODO(peah): Add lookahead since that was what was there initially. EchoGeneratingPower( render_buffer, std::max(0, aec_state.FilterDelay() - 1), - std::min(kKnownDelayRenderWindowSize - 1, aec_state.FilterDelay() + 1), + std::min(kKnownDelayRenderWindowSize - 1, aec_state.FilterDelay() + 4), &X2); // Subtract the stationary noise power to avoid stationary noise causing