mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-06 13:29:56 -05:00
echo-cancel: Allow enabling tracing output from the webrtc canceller
This commit is contained in:
parent
6431636fe1
commit
426c98acbb
2 changed files with 41 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue