Dear Sir, my pocketsphinx_continuous has been run successfully on ARM9
development board. I want to use pocketsphinx to control hardwares of the
board. Such as, if I say:"Turn on the led", then the board LED will light up.
I have the LED's driver. To achieve this goal, what my first step should do?
Should I modify the source code of pocketsphinx or use scripts? Or through the
other way. Thanks a lot.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Dear Sir, my pocketsphinx_continuous has been run successfully on ARM9
development board. I want to use pocketsphinx to control hardwares of the
board. Such as, if I say:"Turn on the led", then the board LED will light up.
I have the LED's driver. To achieve this goal, what my first step should do?
Should I modify the source code of pocketsphinx or use scripts? Or through the
other way. Thanks a lot.
Read the tutorial
http://cmusphinx.sourceforge.net/wiki/tutorial
You should write your own application using pocketsphinx library
Thanks for your advice:)