From 3df136f8fa416f5ca0e3d0ee2bdc358714015f7c Mon Sep 17 00:00:00 2001 From: Maxim Lihachev Date: Tue, 2 Feb 2016 11:19:34 +0500 Subject: [PATCH] =?UTF-8?q?radio:=20=D1=83=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B0=20=D0=B3=D1=80=D0=BE=D0=BC=D0=BA=D0=BE=D1=81=D1=82?= =?UTF-8?q?=D1=8C=20=D1=80=D0=B0=D0=B4=D0=B8=D0=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- radio | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }