diff --git a/test/fuzzers/audio_processing_configs_fuzzer.cc b/test/fuzzers/audio_processing_configs_fuzzer.cc index 545e455e7e..9cf45c4a6e 100644 --- a/test/fuzzers/audio_processing_configs_fuzzer.cc +++ b/test/fuzzers/audio_processing_configs_fuzzer.cc @@ -46,7 +46,11 @@ const std::string kFieldTrialNames[] = { "WebRTC-Aec3SlowFilterAdaptationKillSwitch", "WebRTC-Aec3SmoothUpdatesTailFreqRespKillSwitch", "WebRTC-Aec3SuppressorNearendAveragingKillSwitch", - "WebRTC-Aec3AgcGainChangeResponseKillSwitch"}; + "WebRTC-Aec3AgcGainChangeResponseKillSwitch", + "WebRTC-Aec3ShadowFilterJumpstartKillSwitch", + "WebRTC-Aec3EarlyLinearFilterUsageKillSwitch", + "WebRTC-Aec3ShortInitialStateKillSwitch", + "WebRTC-Aec3StandardNonlinearReverbModelKillSwitch"}; std::unique_ptr CreateApm(test::FuzzDataHelper* fuzz_data, std::string* field_trial_string) {