VoxForge
I have a problem on working in Cygwin with HTK when running .mcf files.
When I enter
./runDemo configs/01ic0201.mfc
I have the following error:
Cannot find proto config file /proto_s_m_c.pcf
How do I fix this problem?
--- (Edited on 8/31/2012 11:24 am [GMT-0500] by advise20023) ---
> How do I fix this problem?
Choose the config file which is actually present in configs, not some arbitrary name, for example run
./runDemo monTiedMixS1.dcf
There is no such config file configs/01ic0201.mfc
--- (Edited on 9/1/2012 01:49 [GMT+0400] by nsh) ---
i have already trying file in configs and still have the same error i still need help
--- (Edited on 8/31/2012 7:40 pm [GMT-0500] by advise20023) ---
--- (Edited on 8/31/2012 7:41 pm [GMT-0500] by advise20023) ---
ok i already tried
./runDemo monTiedMixS1.dcf
and i work now how to test .mfc files
can any one tell me now
i put 01ic0201.mfc in protoconfig and also
put it in configs and run
./runDemo 01ic0201.mfc
i get error
Cannot find proto config file /proto_s_m_c.pcf
./runDemo triSharedS1.dcf
i also get
Cannot find proto config file /proto_s_m_c.pcf
--- (Edited on 9/1/2012 8:22 am [GMT-0500] by advise20023) ---
triTiedMixS1.dcf doesn't have a new line in the end of file. It confuses Cygwin perl and works fine on Unix. Add an empty line in the end of trieTiedMixS1.dcf to make it work.
To get more detailed answer provide full script output, not just the last line.
--- (Edited on 9/2/2012 00:25 [GMT+0400] by nsh) ---
well it now work but i want ask u anther thing
i am studying the effect of removing the vector features from the sound iam beginner in that field so iwant u tell me iam work right or wrong iam used etsi_fe_v2_0.tar.gz (ETSI front end ) to extract feature and remove some features during extraction
i use .raw file in the experiment the take output from front end
as .dcf file then i put it in HTKDemo samples in configs and protoconf every time i have the same error
home@home-PC
~/HTK-samples/samples/HTKDemo
$ ./runDemo configs/monPlainM1S1.dcf
Cannot find proto config file /proto_s_m_c.pcf
i would be pleased to u if u help me
--- (Edited on 9/1/2012 6:11 pm [GMT-0500] by advise20023) ---