mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
meson: Make Adrian echo canceller optional
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
parent
4b17723928
commit
b28c4e9aea
2 changed files with 11 additions and 7 deletions
|
|
@ -65,6 +65,9 @@ option('x11',
|
|||
|
||||
# Echo cancellation
|
||||
|
||||
option('adrian-aec',
|
||||
type : 'boolean',
|
||||
description : 'Optional Adrian\'s echo canceller')
|
||||
option('webrtc-aec',
|
||||
type : 'feature', value : 'auto',
|
||||
description : 'Optional WebRTC-based echo canceller')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue