VoxForge
Hi,
I am trying to feed HTK a feature vector with 12 features. My input file has 12 X 1000 lines. I tried to convert these data into HTK format using HCopy. For that, I used following config file.
SOURCEKIND = USER
TARGETKIND = USER
The command I have used is
HCopy -T 1 -C config -S codetr.scp
codetr.scp has path to the above mentioned data files.
But I got this error
ERROR [+6313] OpenParmChannel: cannot read HTK Header in File F:\Training\All\an03a01a.tgs
ERROR [+6313] OpenAsChannel: OpenParmChannel failed
ERROR [+6316] OpenBuffer: OpenAsChannel failed
ERROR [+1050] OpenParmFile: Config parameters invalid
FATAL ERROR - Terminating program HCopy
I am not sure whether this is the proper way to convert date to HTK format. Any help is greatly appreciated.
--- (Edited on 10/14/2010 5:57 am [GMT-0500] by senakahks) ---
>I am not sure whether this is the proper way to convert date
>to HTK format.
Have you checked the HTK email archives?
--- (Edited on 10/16/2010 10:46 am [GMT-0500] by Visitor) ---