diff options
author | Nick Piggott <nick+work@piggott.eu> | 2015-08-24 11:40:38 +0100 |
---|---|---|
committer | Nick Piggott <nick+work@piggott.eu> | 2015-08-24 11:40:38 +0100 |
commit | 358774ca2aaef07f8282a00ca672e6fc62068e3c (patch) | |
tree | 07c875f9f690206c50b2aba56f099c159221b29a /examplesite | |
parent | b07b735cc475636fa935dbb1ccadc13fea396a74 (diff) | |
download | dab-scripts-358774ca2aaef07f8282a00ca672e6fc62068e3c.tar.gz dab-scripts-358774ca2aaef07f8282a00ca672e6fc62068e3c.tar.bz2 dab-scripts-358774ca2aaef07f8282a00ca672e6fc62068e3c.zip |
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
Diffstat (limited to 'examplesite')
-rw-r--r-- | examplesite/configuration.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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" |