Search code examples
androidtext-to-speechflite

How Do I use CMU Flite TTS engine in my application?


I am developing an android application for text to speech in Indian languages and for that CMU Flite provides indic language voice databases. But I don't know how to use this plug in in my application. Please help me. In which way I can use Flite TTS engine in my own aplication?


Solution

  • You need to build it from source here

    I attempted this a few weeks ago and it failed to build. The scripts are outdated and it isn't set up for gradle.

    There are also compatibility issues with some of the Native code.

    So, it won't be easy to fix all of that.