| Index: webrtc/modules/audio_processing/aec3/power_echo_model.cc
|
| diff --git a/webrtc/modules/audio_processing/aec3/power_echo_model.cc b/webrtc/modules/audio_processing/aec3/power_echo_model.cc
|
| index 9bdc971b9dc73f5c6d5327b4d7fc6f182c0805c3..8ad5486e0702e97badcbce6a3eb9806a024cca1f 100644
|
| --- a/webrtc/modules/audio_processing/aec3/power_echo_model.cc
|
| +++ b/webrtc/modules/audio_processing/aec3/power_echo_model.cc
|
| @@ -28,7 +28,7 @@ void RecentMaximum(const FftBuffer& X_buffer,
|
| }
|
| }
|
|
|
| -constexpr float kHInitial = 100.f;
|
| +constexpr float kHInitial = 10.f;
|
| constexpr int kUpdateCounterInitial = 300;
|
|
|
| } // namespace
|
|
|