Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ git diff
- diff --git a/limit-pulseaudio-max-volume-to-100-percent.sh b/limit-pulseaudio-max-volume-to-100-percent.sh
- index d3fdaca..5a40d2d 100755
- --- a/limit-pulseaudio-max-volume-to-100-percent.sh
- +++ b/limit-pulseaudio-max-volume-to-100-percent.sh
- @@ -14,6 +14,8 @@ then
- amixer -D pulse sset Master 99%
- fi
- +sleep 1
- +
- done
- # Limit PulseAudio MAX volume to 100%, to prevent hearing damage/clipping
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement