VoxForge
Hi
I do all first 5 steps correctly but when I want to do the 5st step for this command "
$HCopy -A -D -T 1 -C wav_config -S codetrain.scp
I find these errors:
HCopy -A -D -T 1 -C wav_config -S codetrain.scp
HTK Configuration Parameters[11]
Module/Tool Parameter Value
# NUMCEPS 12
# CEPLIFTER 22
# NUMCHANS 26
# PREEMCOEF 0.970000
# USEHAMMING TRUE
# WINDOWSIZE 250000.000000
# SAVEWITHCRC TRUE
# SAVECOMPRESSED TRUE
# TARGETRATE 100000.000000
# TARGETKIND MFCC_0_D
# SOURCEFORMAT WAV
../train/wav/sample1.wav -> ../train/mfcc/sample1.mfc
ERROR [+6251] Only standard PCM, mu-law & a-law supported
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
by the way I think all parameter about my wave file is correct! here are the parameters:
>codec: Uncompressed 16-bit PCM audio
I don't think this is wav audio format - basically, wav is pcm audio, but with a header - this is probably why you are getting the "Get[format]HeaderInfo failed" error.
Try HCopy with a SOURCEFORMAT RAW, or re-record you audio in wav format.
I find these errors.
HCopy -A -D -T 1 -C wav_config -S codetrain.scp
HTK Configuration Parameters[11]
Module/Tool Parameter Value
# NUMCEPS 12
# CEPLIFTER 22
# NUMCHANS 26
# PREEMCOEF 0.970000
# USEHAMMING TRUE
# WINDOWSIZE 250000.000000
# SAVEWITHCRC TRUE
# SAVECOMPRESSED TRUE
# TARGETRATE 100000.000000
# TARGETKIND MFCC_0_D
# SOURCEFORMAT WAV
ERROR [+6251] Only standard PCM, mu-law & a-law supported
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
Hi guys,
I think i have a problem with the wav files or the HCopy i am using. I find those errors after running "HCopy -T 1 -C config -S codetr.scp" :
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 /resources/speech/htk/bin//HCopy
can you please tell me what should i do ?