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:
Arun Raghavan 2016-02-17 19:47:02 +05:30
parent a84d65d748
commit 19fb2481ea
2 changed files with 14 additions and 1 deletions

View file

@ -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 */