| Index: webrtc/modules/audio_processing/aec3/erle_estimator_unittest.cc
|
| diff --git a/webrtc/modules/audio_processing/aec3/erle_estimator_unittest.cc b/webrtc/modules/audio_processing/aec3/erle_estimator_unittest.cc
|
| index dc95eee040ad37c7094dd0def14a1a130940b58c..be435c0a418c93a38365ba632410ff7d18743646 100644
|
| --- a/webrtc/modules/audio_processing/aec3/erle_estimator_unittest.cc
|
| +++ b/webrtc/modules/audio_processing/aec3/erle_estimator_unittest.cc
|
| @@ -36,7 +36,7 @@ TEST(ErleEstimator, Estimates) {
|
| std::array<float, kFftLengthBy2Plus1> E2;
|
| std::array<float, kFftLengthBy2Plus1> Y2;
|
|
|
| - ErleEstimator estimator;
|
| + ErleEstimator estimator(1.f, 8.f, 1.5f);
|
|
|
| // Verifies that the ERLE estimate is properley increased to higher values.
|
| X2.fill(500 * 1000.f * 1000.f);
|
|
|