From 67d3bc2b3db822bbd507af160d30ad532dcf06ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20=C3=85hgren?= Date: Wed, 27 Nov 2019 08:49:20 +0100 Subject: [PATCH] Changed parameter name to match the use of it in AEC3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: webrtc:8671 Change-Id: I016c8ad81556aef5b671466abcc88c0c15234465 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/160783 Reviewed-by: Gustaf Ullberg Commit-Queue: Per Ã…hgren Cr-Commit-Position: refs/heads/master@{#29977} --- api/audio/echo_control.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/audio/echo_control.h b/api/audio/echo_control.h index 2f27cb4ed8..8d567bf2b8 100644 --- a/api/audio/echo_control.h +++ b/api/audio/echo_control.h @@ -29,7 +29,7 @@ class EchoControl { virtual void AnalyzeCapture(AudioBuffer* capture) = 0; // Processes the capture signal in order to remove the echo. - virtual void ProcessCapture(AudioBuffer* capture, bool echo_path_change) = 0; + virtual void ProcessCapture(AudioBuffer* capture, bool level_change) = 0; // As above, but also returns the linear filter output. virtual void ProcessCapture(AudioBuffer* capture,