echo-cancel: Hook up WebRTC analog gain control

This commit is contained in:
Arun Raghavan 2011-11-04 16:38:30 +05:30
parent 3d2f2424eb
commit fb02d50fe3
2 changed files with 25 additions and 7 deletions

View file

@ -58,6 +58,7 @@ struct pa_echo_canceller_params {
void *apm;
uint32_t blocksize;
pa_sample_spec sample_spec;
pa_bool_t agc;
} webrtc;
#endif
/* each canceller-specific structure goes here */