soxr-code/tests/throughput-test

5 lines
75 B
Bash
Executable File

#!/bin/sh
set -e
for n in `seq 0 3`; do ./throughput 44.1 48 1 0 $n; done