Advertisement
swaggboi

vol-down

Mar 30th, 2021
708
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.41 KB | None | 0 0
  1. $ git diff
  2. diff --git a/limit-pulseaudio-max-volume-to-100-percent.sh b/limit-pulseaudio-max-volume-to-100-percent.sh
  3. index d3fdaca..5a40d2d 100755
  4. --- a/limit-pulseaudio-max-volume-to-100-percent.sh
  5. +++ b/limit-pulseaudio-max-volume-to-100-percent.sh
  6. @@ -14,6 +14,8 @@ then
  7.      amixer -D pulse sset Master 99%
  8.  fi
  9.  
  10. +sleep 1
  11. +
  12.  done
  13.  
  14.  # Limit PulseAudio MAX volume to 100%, to prevent hearing damage/clipping
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement