Comments

Flat
error [+6210]
User: puphe_88
Date: 11/28/2009 8:32 pm
Views: 9042
Rating: 11

i'm running htk in windows and i've a problem in HCompv

my command is

HcompV -C setting/conf2.cfg -f 0.01 -m -S data/train/train.scp -M hmm/hmm0 hmm/proto/proto

error [+6210] openwave input : cannot open waveform file data/train/mfcc/bela.mfc

 

conf2.cfg same as config but in targetkind i'm using MFCC_0_D_A

proto and train.scp are similar that you used


contents of train that i use is

data/train/mfcc/bela.mfc
data/train/mfcc/kado.mfc

 

can you help me?

 

Re: error [+6210]
User: kmaclean
Date: 12/13/2009 7:46 pm
Views: 122
Rating: 10

>error [+6210] openwave input : cannot open waveform file

>data/train/mfcc/bela.mfc

This is a path issue - HTK is very finicky with paths.

Maybe HTK requires "./" (dot slash) before the path for your file (e.g. "./data/train/mfcc/bela.mfc") in your train.scp. 

It may simply be that HTK does not like having the train.scp file in a subdirectory.

Try it with a full path to see what happens.  Experiment.

Ken

Re: error [+6210]
User: puphe
Date: 12/14/2009 11:37 pm
Views: 81
Rating: 7

i've change in train.scp with add ./ (dot slash) or change with full path

but failed

now, i've error +6251

Do u have solution to from my problem ?

my conf.cfg

SOURCEFORMAT = WAV
TARGETKIND = MFCC_0
TARGETRATE = 100000.0
SAVECOMPRESSED = T
SAVEWITHCRC = T           
WINDOWSIZE = 250000.0      
USEHAMMING = T         
PREEMCOEF = 0.97       
NUMCHANS = 26          
CEPFILTER = 22          
NUMCEPS = 12         
ENORMALISE = T           

my conf2.cfg

SOURCEFORMAT = WAV
TARGETKIND = MFCC_0_D_A
TARGETRATE = 100000.0
SAVECOMPRESSED = T
SAVEWITHCRC = T           
WINDOWSIZE = 250000.0      
USEHAMMING = T         
PREEMCOEF = 0.97       
NUMCHANS = 26          
CEPFILTER = 22          
NUMCEPS = 12         
ENORMALISE = T  

*WITH ONE BLANK LINE HERE*




 

i've error +6251
User: kmaclean
Date: 12/15/2009 4:23 pm
Views: 643
Rating: 10

What does the HTK book say about "error +6251"?

Re: i've error +6251
User: Error[+6251]
Date: 8/1/2012 1:58 am
Views: 239
Rating: 10

when i try to make acoustic model, this message appear

Re: i've error +6251
User: kmaclean
Date: 8/1/2012 10:49 am
Views: 316
Rating: 10

from here: UNDERSTANDING HTK ERROR MESSAGES:

data2/20000610_0330_0430_voa_arb_spl0.wav -> data2/20000610_0330_0430_voa_arb_spl0.mfcc
ERROR [+6251] Input file is not in RIFF format
ERROR [+6213] OpenWaveInput: Get[format]HeaderInfo failed
ERROR [+6313] OpenAsChannel: OpenWaveInput failed
ERROR [+6316] OpenBuffer: OpenAsChannel failed
ERROR [+1050] OpenParmFile: Config parameters invalid
FATAL ERROR - Terminating program HCopy

seems to work if I put a single file on the command line
couldn't figure out the problem, but it worked when I used a different computer

You might also check the HTK email archives

PreviousNext