VoxForge
I am getting an error in step 5, that is cannot open waveform file S0001.wav. I have heard that i need to use sox to convert my audio files into wav files but how to use it, plz guide me. Sox cheat file doesn't help me out with this. I am following this tutorial, step 5 point number 2.
http://levinboim.blogspot.ca/2012/05/htk-tutorial-microblogging-may-27.html
regards
Asim
> i need to use sox to convert my audio files into wav files
which format are you starting with? the sox manual should help
Hi
This is the tutorial i am solving. Step 5,
http://levinboim.blogspot.ca/2012/05/htk-tutorial-microblogging-may-27.html
perl -w concatprompt.pl ../../def/trainprompts > codetrain.scp
Here it says Sox Fail, not enough filenames specified.
next when i enter command
HCopy -T 1 -C configtrain -S codetrain.scp
it says cannot open waveform file text
I got the dame error too but then i replace my configure file content with the following and it start working for me!!!!
SOURCEFORMAT = WAV
TARGETKIND = MFCC_0_D
TARGETRATE = 100000.0
SAVECOMPRESSED = T
SAVEWITHCRC = T
WINDOWSIZE = 250000.0
USEHAMMING = T
PREEMCOEF = 0.97
NUMCHANS = 26
CEPLIFTER = 22
NUMCEPS = 12