Home
last modified time | relevance | path

Searched refs:agc (Results 1 - 3 of 3) sorted by relevance

/third_party/pulseaudio/src/modules/echo-cancel/
H A Dspeex.c43 "agc",
64 bool agc; in pa_speex_ec_preprocessor_init() local
71 agc = DEFAULT_AGC_ENABLED; in pa_speex_ec_preprocessor_init()
72 if (pa_modargs_get_value_boolean(ma, "agc", &agc) < 0) { in pa_speex_ec_preprocessor_init()
73 pa_log("Failed to parse agc value"); in pa_speex_ec_preprocessor_init()
115 if (agc || denoise || dereverb || echo_suppress) { in pa_speex_ec_preprocessor_init()
125 tmp = agc; in pa_speex_ec_preprocessor_init()
148 pa_log_info("Loaded speex preprocessor with params: agc=%s, denoise=%s, dereverb=%s, echo_suppress=%s", in pa_speex_ec_preprocessor_init()
149 pa_yes_no(agc), pa_yes_n in pa_speex_ec_preprocessor_init()
[all...]
H A Dwebrtc.cc241 bool hpf, ns, agc, dgc, mobile, cn, vad, ext_filter, intelligibility, experimental_agc, beamforming; in pa_webrtc_ec_init() local
264 agc = DEFAULT_ANALOG_GAIN_CONTROL; in pa_webrtc_ec_init()
265 if (pa_modargs_get_value_boolean(ma, "analog_gain_control", &agc) < 0) { in pa_webrtc_ec_init()
270 dgc = agc ? false : DEFAULT_DIGITAL_GAIN_CONTROL; in pa_webrtc_ec_init()
276 if (agc && dgc) { in pa_webrtc_ec_init()
456 if (agc || dgc) { in pa_webrtc_ec_init()
460 ec->params.webrtc.agc = false; in pa_webrtc_ec_init()
463 ec->params.webrtc.agc = false; in pa_webrtc_ec_init()
471 ec->params.webrtc.agc = true; in pa_webrtc_ec_init()
538 if (ec->params.webrtc.agc) { in pa_webrtc_ec_record()
[all...]
H A Decho-cancel.h71 bool agc; member

Completed in 3 milliseconds