| Index: webrtc/modules/audio_processing/aec3/echo_remover.cc
|
| diff --git a/webrtc/modules/audio_processing/aec3/echo_remover.cc b/webrtc/modules/audio_processing/aec3/echo_remover.cc
|
| index 47ff4c2e7a846a562fcb5340c81ec8731917d161..2d6328655c26a2d99e286e4a5cb9315ff959764f 100644
|
| --- a/webrtc/modules/audio_processing/aec3/echo_remover.cc
|
| +++ b/webrtc/modules/audio_processing/aec3/echo_remover.cc
|
| @@ -143,6 +143,7 @@ void EchoRemoverImpl::ProcessBlock(
|
| if (echo_path_variability.AudioPathChanged()) {
|
| subtractor_.HandleEchoPathChange(echo_path_variability);
|
| power_echo_model_.HandleEchoPathChange(echo_path_variability);
|
| + residual_echo_estimator_.HandleEchoPathChange(echo_path_variability);
|
| }
|
|
|
| std::array<float, kFftLengthBy2Plus1> Y2;
|
|
|