I tried using RecognizerIntent to use speech recognition in my android app. But the target device doesn't have Google Voice search installed. Is there any other way I can use speech recognition in an Android device that doesn't have Google Voice installed.
Asked
Active
Viewed 1,037 times
0
-
1`RecognizerIntent` is an intent like any other. You don't need Google to use it, just find another app that responds to this intent. – Kaarel Mar 22 '13 at 08:36
2 Answers
2
You can try using others libraries, take a look to the next post Can CMU Sphinx be set up to recognize ~200 words. I think that maybe is you are looking for.

Community
- 1
- 1

ƒernando Valle
- 3,634
- 6
- 36
- 58
0
You probably first should detect if the user has installed Voice Search on his smartphone. If it doesn't, then redirect it to Google Play to download it.

Andy Res
- 15,963
- 5
- 60
- 96
-
The google play version of the voice search is not accessible from the target device. – rgksugan Mar 22 '13 at 08:27