Comments

Flat
problem with the last part!
User: Hossein Khaki
Date: 2/8/2011 1:53 am
Views: 5278
Rating: 14

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
channels: Mono
Sample rate: 48000 Hz
Bitrate: N/A
Please tell me where could I find the problem?
thanks

 

Re: problem with the last part!
User: kmaclean
Date: 2/11/2011 9:46 pm
Views: 207
Rating: 18

>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.

Re: problem with the last part!
User: Qi Ding
Date: 12/20/2012 1:08 am
Views: 176
Rating: 15

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

HCopy ERRORS
User: atanaskl
Date: 1/22/2013 8:04 am
Views: 261
Rating: 17

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 ?

 

PreviousNext