Last active
March 7, 2023 09:56
-
-
Save AvnerCohen/70bc60852d7b44f4d1cbb2e84ce2c012 to your computer and use it in GitHub Desktop.
OSX Apple Script - Jabra mute fix (input volume) and Balance fix (just a wtf)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
while true ; do | |
osascript -e "set volume input volume 100" | |
echo "$(date): Increased volume" | |
sleep 1; | |
done; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
An improved solution that is not UI based: