diff --git a/play.sh b/play.sh index 9d5d52e..fcfa787 100644 --- a/play.sh +++ b/play.sh @@ -21,6 +21,10 @@ for ((volume = 20; volume <= 100; volume += 10)); do # Wait for the completion of the current mpv process before starting the next one wait + + while [[ volume == 100 ]]; do + /data/data/com.termux/files/usr/bin/mpv --replaygain=track --volume="$volume" /data/scripts/your-new-morning-alarm.ogg & + done done # End of the script