| Index: webrtc/modules/audio_processing/echo_detector/mean_variance_estimator.cc
|
| diff --git a/webrtc/modules/audio_processing/echo_detector/mean_variance_estimator.cc b/webrtc/modules/audio_processing/echo_detector/mean_variance_estimator.cc
|
| index e1236159e1dba2e9ec5f8b9e8530728587073492..06baf68b8a72ccd5d00118871a175b58a2585412 100644
|
| --- a/webrtc/modules/audio_processing/echo_detector/mean_variance_estimator.cc
|
| +++ b/webrtc/modules/audio_processing/echo_detector/mean_variance_estimator.cc
|
| @@ -18,7 +18,7 @@ namespace webrtc {
|
| namespace {
|
|
|
| // Parameter controlling the adaptation speed.
|
| -constexpr float kAlpha = 0.01f;
|
| +constexpr float kAlpha = 0.001f;
|
|
|
| } // namespace
|
|
|
|
|