sox_ng/test/o2.voc/run
2025-01-28 01:38:26 +01:00

20 lines
225 B
Bash

#! /bin/sh
# o2.voc send SoX into an infinite loop
# https://codeberg.org/sox_ng/sox_ng/issues/324
# 14.4.2
# Debian
# 42b355
rm -f out.wav
ulimit -t 10
${sox:-sox} o2.voc out.wav
status=$?
rm -f out.wav
exit $status