mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-15 08:56:38 -05:00
module-echo-cancel: Wire up the webrtc echo canceller
Mostly uses the existing infrastructure, but the webrtc canceller has a fixed blocksize, so we: 1. Use the canceller blocksize if configured 2. Accumulate output data in a ringbuffer 3. Push out the data in the required chunk size
This commit is contained in:
parent
1349d5334d
commit
d95870d8d3
9 changed files with 247 additions and 69 deletions
|
|
@ -191,3 +191,7 @@ option('avahi',
|
|||
description: 'Enable code that depends on avahi',
|
||||
type: 'feature',
|
||||
value: 'auto')
|
||||
option('echo-cancel-webrtc',
|
||||
description : 'Enable WebRTC-based echo canceller',
|
||||
type : 'feature',
|
||||
value : 'auto')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue