Hello, I finally got my api integrated into a visual studios project but I can't seem to figure out how to get things started. Is there a tutorial link I could get to show me all the commands the api has? or a list of all the functions I could call from pocketsphinx? Im trying to get live mic recognition in my program to interact with my functons.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello, I finally got my api integrated into a visual studios project but I can't seem to figure out how to get things started. Is there a tutorial link I could get to show me all the commands the api has? or a list of all the functions I could call from pocketsphinx? Im trying to get live mic recognition in my program to interact with my functons.
Tutorial is here:
http://cmusphinx.sourceforge.net/wiki/tutorialpocketsphinx
API reference is here:
http://cmusphinx.sourceforge.net/doc/pocketsphinx/pocketsphinx_8h.html
Example on how to decode speech continuously is here:
https://github.com/cmusphinx/pocketsphinx/blob/master/src/programs/continuous.c