From 45e01d40da468899a8fb6e5c9f9da0509026900d Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 9 May 2025 14:57:04 -0400 Subject: Reduce mic capture channels I think this was causing feedback from my microphone. --- Omni/Dev/Beryllium/Live.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Omni/Dev/Beryllium/Live.nix b/Omni/Dev/Beryllium/Live.nix index 9578cf0..26e0d9d 100644 --- a/Omni/Dev/Beryllium/Live.nix +++ b/Omni/Dev/Beryllium/Live.nix @@ -70,7 +70,7 @@ "capture.props" = { "target.object" = "alsa_input.usb-Antlion_Audio_Antlion_USB_Microphone-00.pro-input-0"; "channelmix.normalize" = true; - "audio.channels" = 2; + "audio.channels" = 1; "audio.position" = ["FR" "FL"]; }; "playback.props" = { -- cgit v1.2.3