shithub: opus

ref: 5d32ab8f3ae07e5033c6dada4e0b5bc9ff97071a
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