-4

Where can I find information or source code of Android sphinx framework? I need to make a report about speech recognition technology, especially sphinx framework, how does it works, about optimization of it and etc.

Squeez
  • 919
  • 2
  • 12
  • 30

1 Answers1

1

You can read the following publication about Pocketsphinx

https://www.cs.cmu.edu/~awb/papers/ICASSP2006/0100185.pdf

You can learn about Android from the corresponding wiki page

http://cmusphinx.sourceforge.net/wiki/tutorialandroid

For more in-depth review of speech recognition algorithms used in Pocketsphinx you can check the following thesis

http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.72.3560

Nikolay Shmyrev
  • 24,897
  • 5
  • 43
  • 87