Right now, everything is ready for the test. If I run the command "pocketsphinx_continuous". I have neither any output in the terminal, nor it is indicated as "command not found".
Why is this happening?
Last edit: pablo fernandez 2017-01-09
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I would also build sphinxbase and pocketsphinx from github.
Right now, If I run the command "pocketsphinx_continuous". I have neither any output in the terminal, nor it is indicated as "command not found".
You do not run the actual commands in the documentation. You miss LD_LIBRARY_PATH line most likely. And you need to run pocketsphinx_continuous with the argument -inmic yes which you missed.
Take a note that screenshots are only useful to demonstrate issues with GUI apps. For any command line application diagnostics it is better to provide text output, not the image.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi. First time using pocketsphinx
Ive been using this guide to setup pocketsphinx in a raspberry2. https://wolfpaulus.com/embedded/raspberrypi2-sr/
Right now, everything is ready for the test. If I run the command "pocketsphinx_continuous". I have neither any output in the terminal, nor it is indicated as "command not found".
Why is this happening?
Last edit: pablo fernandez 2017-01-09
I would use official instructions instead:
http://cmusphinx.sourceforge.net/wiki/raspberrypi
I would also build sphinxbase and pocketsphinx from github.
You do not run the actual commands in the documentation. You miss LD_LIBRARY_PATH line most likely. And you need to run pocketsphinx_continuous with the argument
-inmic yes
which you missed.Take a note that screenshots are only useful to demonstrate issues with GUI apps. For any command line application diagnostics it is better to provide text output, not the image.
Thanks for the quick answer.
That guide is for Wheezy. Does Sphinx work in Jessie?
There should be no difference at all.
Damn, the build process was... slow...
As you said, Ive downloaded sphinxbase and pocketsphinx from:
https://github.com/cmusphinx/sphinxbase
https://github.com/cmusphinx/pocketsphinx
After the build, they seem to work now. Thanks!