From 657f2e6c3efbdb1a9fdea305f2eec97b3a84062a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20de=20Vicente=20Pe=C3=B1a?= Date: Mon, 27 Aug 2018 15:48:20 +0200 Subject: [PATCH] AEC3: audioproc_f: adding the read of the parameter fixed_capture_delay_samples MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: webrtc:8671 Change-Id: Ibbf1a725c1ec3a26879ab4feb2a655ed1460b359 Reviewed-on: https://webrtc-review.googlesource.com/96220 Reviewed-by: Per Ã…hgren Commit-Queue: Jesus de Vicente Pena Cr-Commit-Position: refs/heads/master@{#24452} --- modules/audio_processing/test/audio_processing_simulator.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/audio_processing/test/audio_processing_simulator.cc b/modules/audio_processing/test/audio_processing_simulator.cc index 856469d1d9..1ee907806b 100644 --- a/modules/audio_processing/test/audio_processing_simulator.cc +++ b/modules/audio_processing/test/audio_processing_simulator.cc @@ -220,6 +220,8 @@ class Aec3ParametersParser { &cfg.delay.hysteresis_limit_2_blocks); ReadParam(section, "skew_hysteresis_blocks", &cfg.delay.skew_hysteresis_blocks); + ReadParam(section, "fixed_capture_delay_samples", + &cfg.delay.fixed_capture_delay_samples); } if (rtc::GetValueFromJsonObject(root, "filter", §ion)) {