Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/modules/echo-cancel/
Dspeex.c68 int32_t echo_suppress_attenuation; in pa_speex_ec_preprocessor_init() local
95 echo_suppress_attenuation = DEFAULT_ECHO_SUPPRESS_ATTENUATION; in pa_speex_ec_preprocessor_init()
96 if (pa_modargs_get_value_s32(ma, "echo_suppress_attenuation", &echo_suppress_attenuation) < 0) { in pa_speex_ec_preprocessor_init()
100 if (echo_suppress_attenuation > 0) { in pa_speex_ec_preprocessor_init()
135 if (echo_suppress_attenuation) in pa_speex_ec_preprocessor_init()
137 &echo_suppress_attenuation); in pa_speex_ec_preprocessor_init()