Added faster initial model adaptation speed in AEC3

Bug: webrtc:8746
Change-Id: Idcb65e2b1241a7da8c4a98622923e401d174b879
Reviewed-on: https://webrtc-review.googlesource.com/39506
Commit-Queue: Per Åhgren <peah@webrtc.org>
Reviewed-by: Per Åhgren <peah@webrtc.org>
Reviewed-by: Gustaf Ullberg <gustaf@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21619}
This commit is contained in:
Per Åhgren
2018-01-15 19:17:16 +01:00
committed by Commit Bot
parent afd1d6c709
commit a98c8074ba
10 changed files with 116 additions and 13 deletions

View File

@ -1260,6 +1260,9 @@ struct EchoCanceller3Config {
MainConfiguration main = {12, 0.005f, 0.05f, 0.001f, 20075344.f};
ShadowConfiguration shadow = {12, 0.1f, 20075344.f};
MainConfiguration main_initial = {12, 0.01f, 0.1f, 0.001f, 20075344.f};
ShadowConfiguration shadow_initial = {12, 0.7f, 20075344.f};
} filter;
struct Erle {