rafee
rafee

Reputation: 1771

Using Android speech recognition API

Is there any way I can make an app using jelly bean's offline speech recognition api & choose the sensitivity?

Actually I want to build an app, which tests user's English speaking & score.

If anyone can provide link to an app that currently does the same thing, that will be helpful too, because on that case I wouldn't need build an app to help myself

Upvotes: 3

Views: 2694

Answers (1)

Nikolay Shmyrev
Nikolay Shmyrev

Reputation: 25210

If you want an offline speech recognition on android, use Pocketsphinx:

http://cmusphinx.sourceforge.net/2011/05/building-pocketsphinx-on-android/

Upvotes: 2

Related Questions