Searched refs:noise_gate_power (Results 1 – 4 of 4) sorted by relevance
142 float noise_gate_power = 27509.42f; member
299 ReadParam(section, "noise_gate_power", &cfg.echo_model.noise_gate_power); in Aec3ConfigFromJsonString()583 ost << "\"noise_gate_power\": " << config.echo_model.noise_gate_power << ","; in Aec3ConfigToJsonString()
191 res = res & Limit(&c->echo_model.noise_gate_power, 0, 1000000.f); in Validate()
155 if (config.noise_gate_power > X2[k]) { in ApplyNoiseGate()157 (config.noise_gate_power - X2[k])); in ApplyNoiseGate()