Home
last modified time | relevance | path

Searched refs:noise_gate_slope (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/api/audio/
Decho_canceller3_config.h143 float noise_gate_slope = 0.3f; member
Decho_canceller3_config_json.cc300 ReadParam(section, "noise_gate_slope", &cfg.echo_model.noise_gate_slope); in Aec3ConfigFromJsonString()
584 ost << "\"noise_gate_slope\": " << config.echo_model.noise_gate_slope << ","; in Aec3ConfigToJsonString()
Decho_canceller3_config.cc192 res = res & Limit(&c->echo_model.noise_gate_slope, 0, 1000000.f); in Validate()
/external/webrtc/modules/audio_processing/aec3/
Dresidual_echo_estimator.cc156 X2[k] = std::max(0.f, X2[k] - config.noise_gate_slope * in ApplyNoiseGate()