diff options
author | Yoann QUERET <yoann@queret.net> | 2016-02-09 16:29:25 +0100 |
---|---|---|
committer | Yoann QUERET <yoann@queret.net> | 2016-02-09 16:29:25 +0100 |
commit | a153cb1e281357300ae43454cba593b9cf0c3bde (patch) | |
tree | 4430d0a1019e0f6cbe0e7935f3faaf613ffe343b /examplesite/configuration.sh | |
parent | bcd51f68047854efc73f53463e0091bae14b7ad9 (diff) | |
download | dab-scripts-a153cb1e281357300ae43454cba593b9cf0c3bde.tar.gz dab-scripts-a153cb1e281357300ae43454cba593b9cf0c3bde.tar.bz2 dab-scripts-a153cb1e281357300ae43454cba593b9cf0c3bde.zip |
Bye bye old script, welcome supervisor
Diffstat (limited to 'examplesite/configuration.sh')
-rw-r--r-- | examplesite/configuration.sh | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/examplesite/configuration.sh b/examplesite/configuration.sh deleted file mode 100644 index bcbffc0..0000000 --- a/examplesite/configuration.sh +++ /dev/null @@ -1,23 +0,0 @@ -# Configuration file for the encoder scripts - -all_radios=("radio1" "radio2" "radio3") -all_mot=("radio1" "radio3") - -# declare radios to be an associative array, DO NOT REMOVE -declare -A radios -declare -A mot - -# for each radio, write here the full encoder command. -# encode-jack needs: -# URL ID dabmux-URL [amplitude correction] - -# radio1 -radios[radio1]="./encode-libvlc.sh http://radio1.aac Radio1 tcp://localhost:9001 toolame -b 128 -s 48 -m j -y 2 -L -W dls/radio1.txt -p 6 -P dls/radio1.dls" -mot[radio]="./encode-mot.sh Radio1 --pad 6 --remove-dls --dls dls/radio1.txt --output dls/radio1.dls" - -# radio2 -radios[radio2]="./encode-libvlc.sh http://radio2.aac Radio2 tcp://localhost:9002 toolame -b 128 -s 48 -m j -y 2 -L" - -# radio3 -radios[radio3]="./encode-libvlc.sh http://radio3.aac Radio3 tcp://localhost:9003 toolame -b 128 -s 48 -m j -y 2 -L -W dls/radio3.txt -p 6 -P dls/radio3.dls" -mot[radio3]="./encode-mot.sh Radio3 --pad 6 --remove-dls --dls dls/radio3.txt --output dls/radio3.dls" |