androidgoogle-apispeech-recognitionspeech-to-textrecognizer-intent

Burmese speech to text conversion in android?


Can we add custom language for RecognizerIntent?

I have search many SO Question like https://stackoverflow.com/questions/2080401/is-there-a-speech-to-text-api-by-google

That solve my problem of using limited number of language during Speech to Text conversion.

My problem is that, I need to used Burmese(Local Language of Burma) Speech and convert it to text. any other help can be appreciated.

UPDATE :

Google's servers currently support English, Mandarin Chinese, and Japanese. Speech Input API for android


Solution

  • Google will unlikely support small languages any time soon. The only way to custom language is to train CMUSphinx model and use it with Pocketsphinx:

    http://cmusphinx.sourceforge.net/wiki/tutorialam

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