set system volume 50%

This commit is contained in:
hi80482
2020-09-09 16:46:50 +08:00
committed by GitHub
parent 42c63e7cb0
commit bb15dce478

View File

@@ -5,6 +5,9 @@ BASENAME=`dirname "$0"`
cd $BASENAME/sys.py
# boot sound
mplayer -volume 50 /home/cpi/music/startup.mp3
mplayer -volume 75 /home/cpi/music/startup.mp3
# set system volume
amixer sset 'Master' 50%
python run.py