pokepinballrs/tools/wav2agb/test_fast_compress.sh
2026-02-01 11:43:10 -06:00

10 lines
170 B
Bash

#!/bin/sh
for l in $(seq 1 8)
do
echo lookahead="$l":
wav2agb "$1" -c -l "$l" --verbose
echo lookahead="$l" fast:
wav2agb "$1" -f -l "$l" --verbose
done