mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
echo-cancel: Fix echo suppression, add some knobs
The echo suppress attenuation value was being incorrectly modified. Fixed and added 2 arguments to change the attenuation of the residual echo filter. Default values of the speex preprocessor will be used when omitted.
This commit is contained in:
parent
4fd3efa46b
commit
9e78de2da2
2 changed files with 36 additions and 3 deletions
|
|
@ -68,6 +68,8 @@ struct pa_echo_canceller {
|
|||
pa_bool_t agc;
|
||||
pa_bool_t denoise;
|
||||
pa_bool_t echo_suppress;
|
||||
int32_t echo_suppress_attenuation;
|
||||
int32_t echo_suppress_attenuation_active;
|
||||
SpeexPreprocessState *pp_state;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue