mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
echo-cancel: Start capture at a sane volume if we're doing webrtc AGC
This is required to make sure the capture output has sufficient energy for the AGC to do its job.
This commit is contained in:
parent
a84d65d748
commit
19fb2481ea
2 changed files with 14 additions and 1 deletions
|
|
@ -68,6 +68,7 @@ struct pa_echo_canceller_params {
|
|||
pa_sample_spec sample_spec;
|
||||
void *trace_callback;
|
||||
bool agc;
|
||||
bool first;
|
||||
} webrtc;
|
||||
#endif
|
||||
/* each canceller-specific structure goes here */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue