How do I make a speech recognition application using pocketsphinx in eclipse?
I need to develop a speech recognition application using PocketSphinx
. Can you suggest me how to use PocketSphinx
in Eclipse
?
+3
ramya br
source
to share
1 answer
1) Install Eclipse CDT to write code in C in Eclipse
2) Follow the instructions in C ++: External library in eclipse CDT to add the pocketsphinx library to your project
3) Implement the code you want based on the pocketsphinx tutorial .
+1
Nikolay Shmyrev
source
to share