echo-cancel: webrtc canceller supports different in/out channel counts

Needed for upcoming beamforming code.
This commit is contained in:
Arun Raghavan 2016-02-17 19:47:10 +05:30
parent 222a98846c
commit 3133ff8e11
2 changed files with 9 additions and 7 deletions

View file

@ -65,7 +65,7 @@ struct pa_echo_canceller_params {
* to C++ linkage. apm is a pointer to an AudioProcessing object */
void *apm;
unsigned int blocksize; /* in frames */
pa_sample_spec rec_ss, play_ss;
pa_sample_spec rec_ss, play_ss, out_ss;
void *trace_callback;
bool agc;
bool first;