OK!
I must say, I want my program does some actions when pocketsphinx recognized my command. for example if I said "hello" and pocketsphinx recognized it, pocketsphinx plays a wav file that says hello for response.
Before I could do it with above code, but last time when I trying that code, it gives me Undecleard decoder error!
What is the problem?
How can I do what I want?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi
I am trying to compile continuous.c file with this command:
with this part of sample code:
But it says "decoder is undecleared! " , also calling "ps_get_hyp" with too few arguments!
I can remember I did it before successfully but now, it doesn't work!
what is the problem?
Last edit: rezaee 2017-06-21
OK!
I must say, I want my program does some actions when pocketsphinx recognized my command. for example if I said "hello" and pocketsphinx recognized it, pocketsphinx plays a wav file that says hello for response.
Before I could do it with above code, but last time when I trying that code, it gives me Undecleard decoder error!
What is the problem?
How can I do what I want?
Most likely PKG_CONFIG_PATH is not properly set as described in tutorial.