Can I Get Speech Recognition In Language Other Than English On Android?
I am trying to build an application (which would use the Hindi language and other regional languages) to get speech voice commands. I also need text to speech functionality in my a
Solution 1:
You can use pocketsphinx for your app.It has JAVA and Python API's for capturing and recognizing speech. By default it recognizes only English. But if you provide your own Language Model (LM) and Dictionary File(.DIC), you should be able to get it working.
Not directly straightforward as using an API, but can be certainly doable
http://cmusphinx.sourceforge.net/wiki/tutorialandroid
Solution 2:
Android does support a few languages but not very many, I think the list currently is US, Japanese and Chinese. Not Hindi yet though I would think they are working to add new language support soon.
Over on the Android Developers page they have a good example.
Post a Comment for "Can I Get Speech Recognition In Language Other Than English On Android?"