delay estrimator: Enable looking for early reverberation

Enable by default the look for the first echo.

Bug: webrtc:14205
Change-Id: Iae904679c1432f3a0766263907cf376903685b97
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/278043
Reviewed-by: Jesus de Vicente Pena <devicentepena@webrtc.org>
Commit-Queue: Lionel Koenig <lionelk@webrtc.org>
Reviewed-by: Per Åhgren <peah@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#38452}
This commit is contained in:
Lionel Koenig
2022-10-21 14:51:30 +02:00
committed by WebRTC LUCI CQ
parent b3b140d94b
commit 9707f579ae
2 changed files with 4 additions and 2 deletions

View File

@ -59,7 +59,7 @@ struct RTC_EXPORT EchoCanceller3Config {
};
AlignmentMixing render_alignment_mixing = {false, true, 10000.f, true};
AlignmentMixing capture_alignment_mixing = {false, true, 10000.f, false};
bool detect_pre_echo = false;
bool detect_pre_echo = true;
} delay;
struct Filter {