diff --git a/modules/audio_processing/aec3/aec_state.cc b/modules/audio_processing/aec3/aec_state.cc index 15bd7cfc20..e225e03234 100644 --- a/modules/audio_processing/aec3/aec_state.cc +++ b/modules/audio_processing/aec3/aec_state.cc @@ -172,9 +172,6 @@ void AecState::Update( !converged_filter && (blocks_with_active_render_ == 0 || blocks_with_proper_filter_adaptation_ >= 5 * kNumBlocksPerSecond); - - // Update the room reverb estimate. - UpdateReverb(adaptive_filter_impulse_response); } void AecState::UpdateReverb(const std::vector& impulse_response) {