6 lines
152 B
Bash
6 lines
152 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
VOL=25
|
||
|
|
||
|
mplayer "http://us2.internet-radio.com:8443/;stream" -cache 1024 -cache-min 20 -volume $VOL -softvol -channels 2 -af pan=1:0.5:0.5
|