how to make a speech recognition app using pocketsphinx in eclipse?

624 views Asked by At

I need to develop a Speech Recognition app using PocketSphinx . Can you suggest me how to use PocketSphinx in Eclipse?

1

There are 1 answers

4
Nikolay Shmyrev On

1) Install Eclipse CDT to write code in C in Eclipse

2) Follow instructions in C++: External library in eclipse CDT to add pocketsphinx library to your project

3) Implement the code you need based on pocketsphinx tutorial.