VoxForge
I am running HTK_Compile_Model.sh and getting the following error message.
Step 4 - Creating Transcription Files
==============================================================
writing to mlf file ./interim_files/words.mlf
writing to ./interim_files/words.mlf file done
Step 5 - Coding the (Audio) Data
==============================================================
ERROR [+6210] OpenWaveInput: Cannot open waveform file ../train/wav/sample1.w
av
FATAL ERROR - Terminating program C:\cygwin\HTK\htk-3.3-windows-binary\htk\HCop
y.exe
I have checked the directories and the code, but can't figure out where I am going wrong. Can anyone give me some pointers?
Much appreciated
>ERROR [+6210] OpenWaveInput: Cannot open waveform file
>../train/wav/sample1.wav
Have you tried listening to this file with Audacity? Do you have the correct paths in your codetrain.scp? Can you run "aplay ../train/wav/sample1.wav" from the same directory you run the script from?
Ken
copy the wav file in current directory
my current directory was voxforge/manual.
and chang in script files without path.
HCopy.exe -A -D -T 1 -C wav_config.txt -S codetrain.scp
in my codetrain.scp
sample1.wav sample1.mfc
sample2.wav sample2.mfc
sample3.wav sample3.mfc