diff --git a/audio/test/test-rate-control.sh b/audio/test/test-rate-control.sh new file mode 100755 index 0000000000..add3f38b59 --- /dev/null +++ b/audio/test/test-rate-control.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +ffmpeg -i "$1" -f s16le - | ./test-sinc-highest 44100 48000 $3 | ffmpeg -y -ar 48000 -f s16le -ac 2 -i - "$2"