Skip to content

Instantly share code, notes, and snippets.

@sethillgard
Created January 12, 2023 18:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sethillgard/6bbd96f6027691849c9c353ecb65a3d2 to your computer and use it in GitHub Desktop.
Save sethillgard/6bbd96f6027691849c9c353ecb65a3d2 to your computer and use it in GitHub Desktop.
Adjust gain for headphones (Jabra 85H) on M1 Mac
#!/bin/bash
while :
do
osascript -e "set volume input volume 100" && sleep 10
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment