You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After trying the original command in terminal I believed the wrong value was used.
"amixer get 'Master' | awk '$0~/%+/ {print $5;exit}' | tr -d '[]%'"
Changing $4 to $5 returned 100 twice. Adding ;exit only returns the first value.
As is setting mute and unmute work fine but changing the volume does not.
Maybe upgrading to the alsaaudio module would be an improvement.
When I did get this working before keeping the button pressed cause the sound to distort.
The text was updated successfully, but these errors were encountered:
Hi, I've noticed a bug on this line.
button-shim/examples/volume.py
Line 38 in 2279b2b
After trying the original command in terminal I believed the wrong value was used.
"amixer get 'Master' | awk '$0~/%+/ {print $5;exit}' | tr -d '[]%'"
Changing $4 to $5 returned 100 twice. Adding ;exit only returns the first value.
As is setting mute and unmute work fine but changing the volume does not.
Maybe upgrading to the alsaaudio module would be an improvement.
When I did get this working before keeping the button pressed cause the sound to distort.
The text was updated successfully, but these errors were encountered: