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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,9 @@ BASENAME=`dirname "$0"`
cd $BASENAME/sys.py cd $BASENAME/sys.py
# boot sound # 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 python run.py