shithub: opus

ref: 4698b283451541b8e8d2b3d4dd14476fea32e8b5
dir: /dnn/concat.sh/

View raw version
# Place in 16k-LP7 from TSPSpeech.iso and run to concatenate wave files
# into one headerless training file
for i in */*.wav
do
sox $i -r 16000 -c 1 -t sw -
done > input.s16