Skip to content
Snippets Groups Projects
Commit 8bd91766 authored by David's avatar David
Browse files

added concat.sh script

parent 8f8ca9c9
No related branches found
No related tags found
No related merge requests found
# 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment