Comments

Flat
Error 6210
User: Asim12
Date: 1/2/2013 12:49 am
Views: 4090
Rating: 18

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

 

 

Re: Error 6210
User: kmaclean
Date: 1/2/2013 12:40 pm
Views: 158
Rating: 15

> i need to use sox to convert my audio files into wav files

which format are you starting with? the sox manual should help

 

Re: Error 6210
User: Visitor
Date: 1/3/2013 1:04 am
Views: 214
Rating: 15

Hi

HCopy -T 1 -C configtrain -S codetrain.scp

while using this commmand it gives error 

error 6210- open wave input. Cannot open wavefile sox, it means sox has problem with my Wav files.

Plz help

Asim

Re: Error 6210
User: kmaclean
Date: 1/3/2013 6:40 am
Views: 177
Rating: 13

> Cannot open wavefile sox, it means sox has problem with my Wav files.

What is the full sox command you are using to convert your audio to wav format?

Re: Error 6210
User: Asim12
Date: 1/6/2013 12:21 am
Views: 142
Rating: 15

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 

 

Re: Error 6210
User: kmaclean
Date: 1/6/2013 8:02 am
Views: 188
Rating: 18

>HCopy -T 1 -C configtrain -S codetrain.scp

what is in your codetrain.scp file? - seems like you have a line with the word 'text' in it...  Did you try the HCopy command with one wav file?

Re: Error 6210
User: Syed
Date: 1/3/2014 12:11 pm
Views: 103
Rating: 7

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

PreviousNext