AEC3: Reset the ERLE estimation after a delay change

Bug: webrtc:9685
Change-Id: I3c920bbb07aef513ea14bd0573ac4fd4b278ec89
Reviewed-on: https://webrtc-review.googlesource.com/96681
Reviewed-by: Per Åhgren <peah@webrtc.org>
Commit-Queue: Jesus de Vicente Pena <devicentepena@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24480}
This commit is contained in:
Jesús de Vicente Peña
2018-08-29 11:15:30 +02:00
committed by Commit Bot
parent 9882495eca
commit 7015bb410d
4 changed files with 20 additions and 2 deletions

View File

@ -179,6 +179,7 @@ class AecState {
const float uncertainty_before_convergence_;
const bool early_entry_to_converged_mode_;
const bool early_limiter_deactivation_;
const bool reset_erle_after_echo_path_changes_;
ErlEstimator erl_estimator_;
ErleEstimator erle_estimator_;
size_t capture_block_counter_ = 0;