echo-cancel: Allow enabling tracing output from the webrtc canceller

This commit is contained in:
Arun Raghavan 2016-02-17 19:47:00 +05:30
parent 6431636fe1
commit 426c98acbb
2 changed files with 41 additions and 1 deletions

View file

@ -66,6 +66,7 @@ struct pa_echo_canceller_params {
void *apm;
uint32_t blocksize;
pa_sample_spec sample_spec;
void *trace_callback;
bool agc;
} webrtc;
#endif