mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
echo-cancel: webrtc canceller supports different in/out channel counts
Needed for upcoming beamforming code.
This commit is contained in:
parent
222a98846c
commit
3133ff8e11
2 changed files with 9 additions and 7 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue