Searched refs:noise_gate_slope (Results 1 – 4 of 4) sorted by relevance
143 float noise_gate_slope = 0.3f; member
300 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()
192 res = res & Limit(&c->echo_model.noise_gate_slope, 0, 1000000.f); in Validate()
156 X2[k] = std::max(0.f, X2[k] - config.noise_gate_slope * in ApplyNoiseGate()