diff options
Diffstat (limited to 'mux-throttled.sh')
-rwxr-xr-x | mux-throttled.sh | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/mux-throttled.sh b/mux-throttled.sh new file mode 100755 index 0000000..4eb8fef --- /dev/null +++ b/mux-throttled.sh @@ -0,0 +1,19 @@ +#!/bin/bash + +# Run this with -s + +../crc-dabmux-0.3.0.4/src/CRC-DabMux -o -L "TuxMux" -c 1249 -i 20479 $* -r \ + -A funk.mp2 -b 128 -i 10 -S -L "Funk" -C \ + -A luschtig.mp2 -b 128 -i 3 -S -L "Luschtig" -C \ + -A 1.ff -b 128 -i 0 -S -i 16386 -L "Banane" -C \ + -O fifo:///dev/stdout?type=raw + #-O fifo:///dev/stdout + +# -O udp://0.0.0.0:54000?type=raw + +#CRC-DabMux -L "TuxMux" \ +# -A 1.ff -b 128 -i 10 -S -L "L2_128" -C \ +# -F 2.ff -k -b 48 -i 2 -S -L "AAC48" -C \ +# -F 3.ff -k -b 64 -i 3 -S -L "AAC64" -C \ +# -F 4.ff -k -b 128 -i 4 -S -L "AAC128" -C \ +# -O fifo:///dev/stdout |