From 4a257345124f673f86e0330f271576c3743babdc Mon Sep 17 00:00:00 2001 From: Abu Ottermann Date: Tue, 17 May 2022 18:19:56 +0200 Subject: [PATCH] Add 'pipewire/pipewire.conf.d/20-elgato-hd60-splus.conf' --- .../pipewire.conf.d/20-elgato-hd60-splus.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pipewire/pipewire.conf.d/20-elgato-hd60-splus.conf diff --git a/pipewire/pipewire.conf.d/20-elgato-hd60-splus.conf b/pipewire/pipewire.conf.d/20-elgato-hd60-splus.conf new file mode 100644 index 0000000..901e1d4 --- /dev/null +++ b/pipewire/pipewire.conf.d/20-elgato-hd60-splus.conf @@ -0,0 +1,16 @@ +# this config helped me to mostly eliminate audio popping and crackling using the elgato hd60 s+ in combination with a Linux machine +context.modules = [ + { name = libpipewire-module-loopback + args = { + node.description = "Elgato HD60 S+" + playback.props = { + node.name = "Elgato HD60 S+" + audio.position = [ FL FR ] + node.target = "alsa_input.usb-Elgato_Game_Capture_HD60_S__000451B08E000-03.pro-input-0" + node.latency = 256/44100 + stream.dont-remix = true + node.passive = true + } + } + } +]