From 6ed37ba1b5e4dff62548f41abd7c6fa5f6dd6905 Mon Sep 17 00:00:00 2001 From: Gustaf Ullberg Date: Tue, 23 Oct 2018 09:23:57 +0200 Subject: [PATCH] AEC3: Enable fuzzer testing of old render buffering code. The old render buffering code has been replaced, but can still be activated by a killswitch. This change enables fuzzer testing of the old code path. Bug: webrtc:9726 Change-Id: I6e91cd4b4a95388cc63d1a65dade21b3c44be71b Reviewed-on: https://webrtc-review.googlesource.com/c/107562 Reviewed-by: Henrik Lundin Commit-Queue: Gustaf Ullberg Cr-Commit-Position: refs/heads/master@{#25303} --- test/fuzzers/audio_processing_configs_fuzzer.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/test/fuzzers/audio_processing_configs_fuzzer.cc b/test/fuzzers/audio_processing_configs_fuzzer.cc index 8c6cbbcfe2..053e4c03c2 100644 --- a/test/fuzzers/audio_processing_configs_fuzzer.cc +++ b/test/fuzzers/audio_processing_configs_fuzzer.cc @@ -38,6 +38,7 @@ const std::string kFieldTrialNames[] = { "WebRTC-Aec3FilterAnalyzerPreprocessorKillSwitch", "WebRTC-Aec3MisadjustmentEstimatorKillSwitch", "WebRTC-Aec3NewFilterParamsKillSwitch", + "WebRTC-Aec3NewRenderBufferingKillSwitch", "WebRTC-Aec3OverrideEchoPathGainKillSwitch", "WebRTC-Aec3RapidAgcGainRecoveryKillSwitch", "WebRTC-Aec3ResetErleAtGainChangesKillSwitch",