I use the raspberry pi with jessie and I installed pocketsphinx with pip.
When I run the example file continuoes_test.py I get this error:
Can someone help me solve this problem.
Thanks. The file continuoes_test.py is working now. With this test I can hear my voice in the speaker. But the other example files in the dir test are not working.
Do you know an example that pocketsphinx say someting in the speaker.
I mean python examples.
Last edit: loek 2016-08-11
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I use the raspberry pi with jessie and I installed pocketsphinx with pip.
When I run the example file continuoes_test.py I get this error:
Can someone help me solve this problem.
Below is the script:
Last edit: Nickolay V. Shmyrev 2016-08-10
MODELDIR = "../../../model"
You didn't specify a path to the acoustic model properly here, you need to specify correct path:
You can remove this line to get more details about the problem.
Thanks. The file continuoes_test.py is working now. With this test I can hear my voice in the speaker. But the other example files in the dir test are not working.
Do you know an example that pocketsphinx say someting in the speaker.
I mean python examples.
Last edit: loek 2016-08-11