Good Evening, I am trying to use pocketsphinx on windows 7, I built all
necessary files through MS Visual C++ Express 2010 without errors. When i try
to run library from cmd it all the time gives me an error:
ERROR: "acmod.c", line 84: Acoustic model definition is not specified neither
with -mdef option nor with -hmm
When I run it i use > pocketsphinx_continuous -hmm
c:\model\en_US\hub4wsj_sc_8k -lm c:\model\lm\en\turtle.DMP -dict
c:\model\turtle.dic
I checked path many times and still not working, I have spent all day finding
the problem...
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Was having the same issue, initially. Solution in my case was to realize
path/filenames are case-sensitive. Once I typed them in using correct
capitalization it worked like a charm. Hope this helps.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Good Evening, I am trying to use pocketsphinx on windows 7, I built all
necessary files through MS Visual C++ Express 2010 without errors. When i try
to run library from cmd it all the time gives me an error:
ERROR: "acmod.c", line 84: Acoustic model definition is not specified neither
with -mdef option nor with -hmm
When I run it i use > pocketsphinx_continuous -hmm
c:\model\en_US\hub4wsj_sc_8k -lm c:\model\lm\en\turtle.DMP -dict
c:\model\turtle.dic
I checked path many times and still not working, I have spent all day finding
the problem...
Thanks
It tells you that the path you specified
doesn't contain the acoustic model folder. It's most likely the case of your
troubles
Poor you, sorry about that
I just moved model folder to C drive to make arguments shorter
try
Was having the same issue, initially. Solution in my case was to realize
path/filenames are case-sensitive. Once I typed them in using correct
capitalization it worked like a charm. Hope this helps.