diff options
author | Ben Sima <ben@bsima.me> | 2025-05-09 14:57:04 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2025-05-09 14:57:04 -0400 |
commit | 45e01d40da468899a8fb6e5c9f9da0509026900d (patch) | |
tree | 748123f9c549d3ce9f10b2c6abf328a1e5e1aab8 /Omni | |
parent | 259c8b50b4b73cdf3eb1690cf17b6981c650e41b (diff) |
Reduce mic capture channels
I think this was causing feedback from my microphone.
Diffstat (limited to 'Omni')
-rw-r--r-- | Omni/Dev/Beryllium/Live.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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" = { |