Browse Source

radio: убавлена громкость радио

master
Maxim Lihachev 9 years ago
parent
commit
3df136f8fa
  1. 2
      radio

2
radio

@ -14,7 +14,7 @@ plays() { @@ -14,7 +14,7 @@ plays() {
if [ $? -eq 0 ]; then
killall play 2>/dev/null
STREAM=$(curl -s $PLAYLIST | grep 'http://' | sed 's/^.*http/http/' | head -n 1)
curl -s $STREAM | play -q -t mp3 -
curl $STREAM | play -q -v 0.3 -t mp3 -
fi
}

Loading…
Cancel
Save