soxr-code/tests/throughput-test

9 lines
163 B
Bash
Executable File

#!/bin/sh
set -e
test -r throughput.exe && wine=wine
test /$1 = / && list="`seq 0 3`" || list="$*"
for n in $list; do $wine ./throughput 44.1 48 1 0 $n 4; done