| Index: webrtc/modules/audio_processing/aec3/residual_echo_estimator.h
|
| diff --git a/webrtc/modules/audio_processing/aec3/residual_echo_estimator.h b/webrtc/modules/audio_processing/aec3/residual_echo_estimator.h
|
| index 6c59f434b971a63116754279f66efe013090a520..a4f85c40c2b18cc50c08b18e042ac35751982664 100644
|
| --- a/webrtc/modules/audio_processing/aec3/residual_echo_estimator.h
|
| +++ b/webrtc/modules/audio_processing/aec3/residual_echo_estimator.h
|
| @@ -39,9 +39,10 @@ class ResidualEchoEstimator {
|
| const std::array<float, kFftLengthBy2Plus1>& Y2,
|
| std::array<float, kFftLengthBy2Plus1>* R2);
|
|
|
| + void HandleEchoPathChange(const EchoPathVariability& echo_path_variability);
|
| +
|
| private:
|
| std::array<float, kFftLengthBy2Plus1> echo_path_gain_;
|
| - size_t active_render_counter_ = 0;
|
| size_t blocks_since_last_saturation_ = 1000;
|
|
|
| RTC_DISALLOW_COPY_AND_ASSIGN(ResidualEchoEstimator);
|
|
|