VoxForge
I'm working through the acoustic models tutorial, and have gotten to "Step 5 - Coding the (Audio) Data".
When I run HCopy, it throws a stink and will not read my configs. I have tried with full path to them, as well as sudo, and it will not work. Suggestions?
ben@ben-desktop:~/voxforge$ sudo HCopy -A -D -T 1 -C wav_config -S codetrain.scp
HCopy -A -D -T 1 -C wav_config -S codetrain.scp
ERROR [+5010] InitSource: Cannot open source file wav_config
ERROR [+5010] ReadConfigFile: Can't open file wav_config
ERROR [+5020] InitShell: ReadConfigFile failed on file wav_config
ERROR [+1000] HCopy: InitShell failed
FATAL ERROR - Terminating program HCopy
--- (Edited on 4/13/2010 12:25 pm [GMT-0500] by bendauphinee) ---
>ERROR [+5010] InitSource: Cannot open source file wav_config
delete and recreate (by hand) wav_config in the same folder as where you are running HCopy... might be an line ending issue.
Which platform are you running on Windows/Cygwin or LInux? If you are in windows, are you sure that there is no suffix on your wav_config file (i.e. it really is wav_config.txt, but Windows is displaying wav_config (see Cygwin cheat sheet).
--- (Edited on 4/19/2010 1:59 pm [GMT-0400] by kmaclean) ---