From 461cdf0dd1aad497691b78fffea5f36f28f5245e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20=C3=85hgren?= Date: Tue, 27 Feb 2018 01:59:37 +0100 Subject: [PATCH] Added AEC3 parameter for specifying that the setup has clock drift MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: webrtc:8940 Change-Id: Ic29af185ecb212d7d27bafc8432033bdd35c6d3b Reviewed-on: https://webrtc-review.googlesource.com/58060 Reviewed-by: Gustaf Ullberg Commit-Queue: Per Ã…hgren Cr-Commit-Position: refs/heads/master@{#22199} --- api/audio/echo_canceller3_config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/audio/echo_canceller3_config.h b/api/audio/echo_canceller3_config.h index 612c00f89b..6bd3a95ea7 100644 --- a/api/audio/echo_canceller3_config.h +++ b/api/audio/echo_canceller3_config.h @@ -114,6 +114,8 @@ struct EchoCanceller3Config { int non_zero_gain_blocks = 187; int full_gain_blocks = 312; } gain_rampup; + + bool has_clock_drift = false; } echo_removal_control; }; } // namespace webrtc