000000000000000000000
000000000000000000000

Reputation: 1467

Voice Command API for Android

I just got a new smart device that runs a custom Android build without Google APIs, the PlayStore, etc.

My app that I'm developing for this device should feature voice commands as an input method.

Since I cannot use RecognizerIntent.ACTION_RECOGNIZE_SPEECH, I am looking for an alternative SDK. This solution should preferably not launch a new Intent, but rather work inside my activity.

Any suggestions?

Upvotes: 1

Views: 579

Answers (1)

Federico Picci
Federico Picci

Reputation: 1113

I think one of the few possibilities that you have is http://cmusphinx.sourceforge.net/

Upvotes: 2

Related Questions