This repository has been archived on 2026-07-02. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
AudioControl/AudioDown.sh
T
2017-04-03 16:20:43 -05:00

8 lines
149 B
Bash
Executable File

#decrease Audio
currentVolume=`cat currentVolume.txt`
newVolume=`./decreaseVolume.out $currentVolume`
amixer -c 1 set DAC0 $newVolume > /dev/null