ref: ea4d8f54c3f0bd269ebd2ee97214d84d62628d81 dir: /dnn/concat.sh/
# 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