AEC3: Reduce filter divergence during low-echo double-talk
Bug: webrtc:9746,chromium:883264 Change-Id: Ie3faf106fd1fd835e67d9e6794c679703af54fea Reviewed-on: https://webrtc-review.googlesource.com/99920 Reviewed-by: Per Åhgren <peah@webrtc.org> Commit-Queue: Gustaf Ullberg <gustaf@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24706}
This commit is contained in:

committed by
Commit Bot

parent
72bc8d6df6
commit
958ed23860
@ -55,7 +55,7 @@ struct EchoCanceller3Config {
|
||||
float noise_gate;
|
||||
};
|
||||
|
||||
MainConfiguration main = {13, 0.00005f, 0.01f, 0.1f, 20075344.f};
|
||||
MainConfiguration main = {13, 0.00005f, 0.01f, 0.001f, 20075344.f};
|
||||
ShadowConfiguration shadow = {13, 0.7f, 20075344.f};
|
||||
|
||||
MainConfiguration main_initial = {12, 0.005f, 0.5f, 0.001f, 20075344.f};
|
||||
|
Reference in New Issue
Block a user