Added further ability to adjust the filter adaptation in AEC3

Bug: webrtc:8609
Change-Id: I079935bd782afc89146d98fd2248a1c6389871c9
Reviewed-on: https://webrtc-review.googlesource.com/32420
Commit-Queue: Gustaf Ullberg <gustaf@webrtc.org>
Reviewed-by: Gustaf Ullberg <gustaf@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21268}
This commit is contained in:
Per Åhgren
2017-12-12 22:49:41 +01:00
committed by Commit Bot
parent 26246cac66
commit b6f9e6c979
5 changed files with 18 additions and 11 deletions

View File

@ -1165,6 +1165,7 @@ struct EchoCanceller3Config {
float shadow_rate = 0.5f;
float leakage_converged = 0.01f;
float leakage_diverged = 1.f / 60.f;
float error_floor = 0.1f;
float main_noise_gate = 220075344.f;
float shadow_noise_gate = 220075344.f;
} filter;