Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/modules/echo-cancel/
H A Dspeex.c48 "echo_suppress_attenuation_active",
69 int32_t echo_suppress_attenuation_active; in pa_speex_ec_preprocessor_init() local
105 echo_suppress_attenuation_active = DEFAULT_ECHO_SUPPRESS_ATTENUATION; in pa_speex_ec_preprocessor_init()
106 if (pa_modargs_get_value_s32(ma, "echo_suppress_attenuation_active", &echo_suppress_attenuation_active) < 0) { in pa_speex_ec_preprocessor_init()
107 pa_log("Failed to parse echo_suppress_attenuation_active value"); in pa_speex_ec_preprocessor_init()
110 if (echo_suppress_attenuation_active > 0) { in pa_speex_ec_preprocessor_init()
111 pa_log("echo_suppress_attenuation_active should be a negative dB value"); in pa_speex_ec_preprocessor_init()
139 if (echo_suppress_attenuation_active) { in pa_speex_ec_preprocessor_init()
141 &echo_suppress_attenuation_active); in pa_speex_ec_preprocessor_init()
[all...]

Completed in 2 milliseconds