From aa843ca687244bc9fb5ebf93d306c4479538b73b Mon Sep 17 00:00:00 2001 From: mollusk Date: Wed, 7 Nov 2018 00:24:59 -0700 Subject: [PATCH] staticmic.sh: lower volume default Former-commit-id: 36f2393e4181419b4cc1b298dd40d85de2b6312e Former-commit-id: 0b37116d8d516b0b1a94f68b2a797987250c50a8 --- staticmic.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staticmic.sh b/staticmic.sh index 65fefca..555176a 100755 --- a/staticmic.sh +++ b/staticmic.sh @@ -2,7 +2,7 @@ # Run the following command to find your input device # $ pacmd list-sources | grep name -LEVELS="40000" +LEVELS="30000" INPUTDEVICE="alsa_input.pci-0000_00_1b.0.analog-stereo ${LEVELS}" echo "Keeping Mic Level Static"