From b144c589731b3a78f007d46f6199909fdbeea8c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20=C3=85hgren?= Date: Wed, 27 Nov 2019 07:23:08 +0100 Subject: [PATCH] Remove deprecated setting for activating multichannel processing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: webrtc:10859 Change-Id: I86cae6a9b765bc807c00632ec7d743b754941f81 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/160780 Commit-Queue: Per Ã…hgren Reviewed-by: Sam Zackrisson Cr-Commit-Position: refs/heads/master@{#29966} --- modules/audio_processing/include/audio_processing.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/audio_processing/include/audio_processing.h b/modules/audio_processing/include/audio_processing.h index 9ef4e2679a..539871dc73 100644 --- a/modules/audio_processing/include/audio_processing.h +++ b/modules/audio_processing/include/audio_processing.h @@ -261,10 +261,6 @@ class RTC_EXPORT AudioProcessing : public rtc::RefCountInterface { // Allow multi-channel processing of capture audio when AEC3 is active // or a custom AEC is injected.. bool multi_channel_capture = false; - - // Deprecated. - // TODO(peah): Remove. - bool experimental_multi_channel = false; } pipeline; // Enabled the pre-amplifier. It amplifies the capture signal