shithub: opus

ref: 80dcc3f3b390a9d1e739fa0fd1a0efbdd654379d
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