VoxForge
Hi i would need some help on this, can anyone help me?
This is the error i got.
Thank you!
$ HCopy -A -D -T 1 -C wav_config -S codetrain.scp
C:\cygwin\HTK\htk-3.3-windows-binary\htk\HCopy.exe -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.97000
# USEHAMMING TRUE
# WINDOWSIZE 250000.000000
# SAVEWITHCRC TRUE
# SAVECOMPRESSED TRUE
# TARGETRATE 100000.000000
$
# SOURCEFORMAT WAV
ERROR [+6210] OpenWaveInput: Cannot open waveform file ../train/wave/sample1.wav
FATAL ERROR - Terminating program C:\cygwin\HTK\htk-3.3-windows-binary\htk\HCopy.exe
Hi joshua,
>ERROR [+6210] OpenWaveInput: Cannot open waveform file
>../train/wave/sample1.wav
HTK is telling you that it cannot find your audio files in the "/train/wave" directory... look at your codetrain.scp file and make sure it points to the correct directory (likely should be "../train/wav").
Ken
Hi ken thank you for ur reply.
i made a mistake, the ERROR [+6210] OpenWaveInput: Cannot open waveform file ../train/wav/sample1.wav
I checked the codetrain.scp and it was correct.
Are there any other possible reasons for this error?