aboutsummaryrefslogtreecommitdiffstats
path: root/encode-fbplus.sh
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2014-03-13 22:21:35 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2014-03-13 22:21:35 +0100
commitadb5945c6d54f02cb816a3b3d4ada7a234b97860 (patch)
treea262f41d893b67be45ad73271d757ec191393480 /encode-fbplus.sh
parent4c82b20018e542aeef4d0fa454bb7064d719e228 (diff)
downloadmmbtools-aux-adb5945c6d54f02cb816a3b3d4ada7a234b97860.tar.gz
mmbtools-aux-adb5945c6d54f02cb816a3b3d4ada7a234b97860.tar.bz2
mmbtools-aux-adb5945c6d54f02cb816a3b3d4ada7a234b97860.zip
some minor config file changes
Diffstat (limited to 'encode-fbplus.sh')
-rwxr-xr-xencode-fbplus.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/encode-fbplus.sh b/encode-fbplus.sh
index e83f7f1..75448ea 100755
--- a/encode-fbplus.sh
+++ b/encode-fbplus.sh
@@ -28,7 +28,7 @@ then
-b $BITRATE -f raw -a -o $DSTPORT
else
mpg123 -s $URL |\
- sox -t raw -r 44100 -e signed -b 16 -c 2 - -t raw - rate 48k |\
+ sox -t raw -r 44100 -e signed -b 16 -c 2 - -t raw - rate 32k |\
../fdk-aac-dabplus/aac-enc-dabplus-zmq -i /dev/stdin \
- -b $BITRATE -f raw -a -o $DSTPORT
+ -r 32000 -b $BITRATE -f raw -a -o $DSTPORT
fi