Able to change volume

This commit is contained in:
amazing-username
2017-04-03 16:20:43 -05:00
commit 6c66073004
9 changed files with 102 additions and 0 deletions
Executable
+7
View File
@@ -0,0 +1,7 @@
#decrease Audio
currentVolume=`cat currentVolume.txt`
newVolume=`./decreaseVolume.out $currentVolume`
amixer -c 1 set DAC0 $newVolume > /dev/null