11

What are the steps required to use PocketSphinx on Android?

I have found various hints around the web that it is possible, but not real answers and hence I ask my question here.

Nikolay Shmyrev
  • 24,897
  • 5
  • 43
  • 87
gregm
  • 12,019
  • 7
  • 56
  • 78
  • You would be far better served asking your question on a Sphinx-related forum: http://cmusphinx.sourceforge.net/communicate/ – CommonsWare May 27 '10 at 13:06
  • 1
    I am unable to understand how to use Pocket Sphinx...do I just download it from `github` (which I have no experience in using) and import that project into android studio? I'm really confused, and I would really appreciate your help. Thanks! – Ruchir Baronia Jan 11 '16 at 02:48

2 Answers2

5

This is the most comprehensive resource I've found to date. I still have some compilation errors, though. The blog gives you a tutorial on how to build the PocketSphinxAndroidDemo app, which was developed (and discontinued) on GitHub.

Personally, I'm having similar compilation errors to the Stack Overflow question here, but my rep is too low to ask for clarification on the answer.

Community
  • 1
  • 1
Nick Ruiz
  • 1,405
  • 4
  • 18
  • 28
2

The latest and most relevant official tutorial is available on CMUSphinx website

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

Most of other tutorials are unforutnately outdated but they are posted on external websites so we have no control over them.

Nikolay Shmyrev
  • 24,897
  • 5
  • 43
  • 87
  • 1
    I am unable to understand how to use CMUSphinx...do I just download it from `github` (which I have no experience in using) and import that project into android studio? I'm really confused, and I would really appreciate your help. Thanks! – Ruchir Baronia Jan 11 '16 at 02:48