ref: 33f0cd68bd7eb6016ee188ae0c709d5fb313f8f0
parent: 02875b23afcc8d1da16234f2cda9522e518eecce
author: robs <robs>
date: Sat Nov 8 12:53:07 EST 2008
replace old syntax
--- a/scripts/testcd.sh
+++ b/scripts/testcd.sh
@@ -42,7 +42,7 @@
PRE=$1;
fi
# 2 channel 16 bit signed linear int with CD sampling rate
-SOXOPT="-t nul -c 2 -r 44100 -s -w - "
+SOXOPT="-c 2 -r 44100 -s -b 16 -n"
# file with list of filenames
LST="${PRE}.lst"
--
⑨