Is there any Voice recognition service that works in an offline mode (without intenet connectivity) for Samsung Galaxt tab?
Asked
Active
Viewed 1,902 times
2 Answers
0
Android voice recognition requires Internet connectivity. The recognition is not performed on the device, but rather uses Google web services. So, you must be online. Some info on the web services is available at http://waxy.org/2008/11/deconstructing_google_mobiles_voice_search_on_the_iphone/.

Michael Levy
- 13,097
- 15
- 66
- 100
-
Yes but it is using google service... i want something that doesnot use google service – amiekuser Jan 31 '11 at 07:19
-
You've got to build your own. Nikolay's answer links to http://stackoverflow.com/questions/4396046/android-speech-recognition-without-using-google-server/ which should be helpful. – Michael Levy Jan 31 '11 at 14:46
0
Take a look at
Android: Speech Recognition without using google server
It's basically the same question

Community
- 1
- 1

Nikolay Shmyrev
- 24,897
- 5
- 43
- 87
-
-
You are welcome to post your problems on the forum. I'm sure you'll get help to make it fixed. – Nikolay Shmyrev Feb 18 '11 at 08:32