Skip to content

Instantly share code, notes, and snippets.

@matoken
Last active April 18, 2022 15:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matoken/3c8d89f592722f24c44148a4fa76d542 to your computer and use it in GitHub Desktop.
Save matoken/3c8d89f592722f24c44148a4fa76d542 to your computer and use it in GitHub Desktop.
--- /usr/share/pipewire/pipewire.conf 2022-04-14 17:11:53.000000000 +0900
+++ /home/matoken/.config/pipewire/pipewire.conf 2022-04-19 00:22:12.182495791 +0900
@@ -166,6 +166,18 @@
# #x11.xauthority = null
# }
#}
+ { name = libpipewire-module-echo-cancel
+ args = {
+ # library.name = aec/libspa-aec-webrtc
+ # node.latency = 1024/48000
+ source.props = {
+ node.name = "Echo Cancellation Source"
+ }
+ sink.props = {
+ node.name = "Echo Cancellation Sink"
+ }
+ }
+ }
]
context.objects = [
@@ -255,3 +267,4 @@
#
#{ path = "/usr/bin/pipewire" args = "-c pipewire-pulse.conf" }
]
+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment