mirror of
https://github.com/xHyroM/dotfiles.git
synced 2024-11-10 01:18:06 +01:00
22 lines
582 B
Text
22 lines
582 B
Text
context.modules = [
|
|
{ name = libpipewire-module-echo-cancel
|
|
args = {
|
|
library.name = aec/libspa-aec-webrtc
|
|
aec.args = {
|
|
webrtc.gain_control = true
|
|
}
|
|
capture.props = {
|
|
node.name = "Echo Cancellation Capture"
|
|
}
|
|
source.props = {
|
|
node.name = "Echo Cancellation Source"
|
|
}
|
|
sink.props = {
|
|
node.name = "Echo Cancellation Sink"
|
|
}
|
|
playback.props = {
|
|
node.name = "Echo Cancellation Playback"
|
|
}
|
|
}
|
|
}
|
|
]
|