From b55df9259fd19c6a17652f17f8d2e6085682475e Mon Sep 17 00:00:00 2001 From: Gustaf Ullberg Date: Fri, 14 Sep 2018 13:11:56 +0000 Subject: [PATCH] Revert "AEC3: Reduce filter divergence during low-echo double-talk" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 958ed238603ba5a2937d28ce1c9281920d923019. Reason for revert: Will need additional work to handle clock-drift. Original change's description: > 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 > Commit-Queue: Gustaf Ullberg > Cr-Commit-Position: refs/heads/master@{#24706} TBR=gustaf@webrtc.org,peah@webrtc.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: webrtc:9746, chromium:883264 Change-Id: Ib039eb80e2ddfc43ec52183086da2474baef65e0 Reviewed-on: https://webrtc-review.googlesource.com/100480 Reviewed-by: Gustaf Ullberg Commit-Queue: Gustaf Ullberg Cr-Commit-Position: refs/heads/master@{#24741} --- api/audio/echo_canceller3_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/audio/echo_canceller3_config.h b/api/audio/echo_canceller3_config.h index a5adcbeb64..e7376ed7bc 100644 --- a/api/audio/echo_canceller3_config.h +++ b/api/audio/echo_canceller3_config.h @@ -55,7 +55,7 @@ struct EchoCanceller3Config { float noise_gate; }; - MainConfiguration main = {13, 0.00005f, 0.01f, 0.001f, 20075344.f}; + MainConfiguration main = {13, 0.00005f, 0.01f, 0.1f, 20075344.f}; ShadowConfiguration shadow = {13, 0.7f, 20075344.f}; MainConfiguration main_initial = {12, 0.005f, 0.5f, 0.001f, 20075344.f};