Hi there i was wondering if someone could help me i followed the Windows
Tutorial Step by Step how to set up pocketsphinx i have the Latest version
(pocketsphinx-0.7 and sphinxbase-0.7) here is the tutorial i followed
when ever i try running Pocketsphinx_continuous it comes up with the following
error
"unable to start program"
'C:\pockesphinx\win32\pocketsphinx../../bin/Debug\pocketsphinx.dll'
i placed the dll in the folders where it was complaining and still no luck
could any one help me and let me know what i am doing wrong.
Thank you kindly
Lauren
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Looks like you are trying to run dll file and not binary file. You need to run
pocketsphinx_batch project, not pocketsphinx project which is simply a
library. You can learn more here
Hi there i was wondering if someone could help me i followed the Windows
Tutorial Step by Step how to set up pocketsphinx i have the Latest version
(pocketsphinx-0.7 and sphinxbase-0.7) here is the tutorial i followed
http://cmusphinx.sourceforge.net/wiki/tuturialpocketsphinx
when ever i try running Pocketsphinx_continuous it comes up with the following
error
"unable to start program"
'C:\pockesphinx\win32\pocketsphinx../../bin/Debug\pocketsphinx.dll'
i placed the dll in the folders where it was complaining and still no luck
could any one help me and let me know what i am doing wrong.
Thank you kindly
Lauren
Provide the exact message you get. Provide the command line you are using. If
you unable to reproduce it make a screenshot
You most likely just need to copy the dll to the same folder as the exe...
Hi Ben, thank you i did copy the dll's but i will try again.
here is the link to the error message i am getting
http://postimage.org/image/2kxsa9d9g/
Hello Lauren
Looks like you are trying to run dll file and not binary file. You need to run
pocketsphinx_batch project, not pocketsphinx project which is simply a
library. You can learn more here
http://msdn.microsoft.com/en-
us/library/zdbe067e.aspx