diff --git a/radio b/radio index 60fe8ad..cfd4243 100755 --- a/radio +++ b/radio @@ -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 }