dos33fsprogs/games/peasant/sfx/run_sox.sh
2024-10-10 00:39:45 -04:00

7 lines
169 B
Bash
Executable File

#!/bin/sh
rm result
for i in `seq 0 80`; do sox -r 8000 -e unsigned-integer -b8 -c1 out.$i.raw -n stat 2>> result ; done
cat result | grep freq | awk '{ print $3}' -