| 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 ea287c0f8790260990c3f31ee136a4eacbac30f8..e9370ba5c82dfaff9f97151762f16e0bfda13c97 100644
|
| --- a/webrtc/modules/audio_processing/aec3/residual_echo_estimator.h
|
| +++ b/webrtc/modules/audio_processing/aec3/residual_echo_estimator.h
|
| @@ -48,7 +48,7 @@ class ResidualEchoEstimator {
|
|
|
| // Estimates the residual echo power based on the estimate of the echo path
|
| // gain.
|
| - void NonLinearEstimate(float echo_path_gain,
|
| + void NonLinearEstimate(bool headset_detected,
|
| const std::array<float, kFftLengthBy2Plus1>& X2,
|
| const std::array<float, kFftLengthBy2Plus1>& Y2,
|
| std::array<float, kFftLengthBy2Plus1>* R2);
|
|
|