Search code examples
androidspeech-recognitionspeech-to-text

How to teach Android Speech recognizer a new language


I want to build a speech recognizer to android for a native language (Non-English language, Mongolian). Is there any tool I can use to achieve that?


Solution

  • Android STT has no tools to add a new languages, other external libraries have them. For example, you can add Mongolian language to Pocketsphinx

    The tutorial for adding a new language is provided here.