From 358774ca2aaef07f8282a00ca672e6fc62068e3c Mon Sep 17 00:00:00 2001 From: Nick Piggott Date: Mon, 24 Aug 2015 11:40:38 +0100 Subject: Read encoding options from command line Updated to read in the options required for toolame or dabplus-enc from the command line, rather than relying on hard coded values. The options should be appended to each line in the configuration.sh file --- examplesite/configuration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examplesite/configuration.sh') diff --git a/examplesite/configuration.sh b/examplesite/configuration.sh index 6ff72eb..a065697 100644 --- a/examplesite/configuration.sh +++ b/examplesite/configuration.sh @@ -13,5 +13,5 @@ declare -A radios radios[radio1]="./encode-libvlc.sh http://fbpc5.epfl.ch:8000/fb_192 radio1 tcp://localhost:9001" # Attenuate radio2 by 3dB -radios[radio2]="./encode-libvlc.sh http://mp3lg.tdf-cdn.com/fip/all/fiphautdebit.mp3 radio2 tcp://localhost:9002 toolame" +radios[radio2]="./encode-libvlc.sh http://mp3lg.tdf-cdn.com/fip/all/fiphautdebit.mp3 radio2 tcp://localhost:9002 toolame -b 128 -s 48 -m j -y 2 -L" -- cgit v1.2.3