aboutsummaryrefslogtreecommitdiffstats
path: root/encode-fbplus.sh
diff options
context:
space:
mode:
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