shithub: opus

Download patch

ref: 8bd917667ba1f8a1e92abbd6b3a5859f6020893f
parent: 8f8ca9c9e3cf1a08fa9b760bee637ba4e1ce8d34
author: David <david@rowetel.com>
date: Sun Dec 16 04:31:50 EST 2018

added concat.sh script

--- /dev/null
+++ b/dnn/concat.sh
@@ -1,0 +1,6 @@
+# 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
--