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?
Asked
Active
Viewed 413 times
1 Answers
1
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.

brandall
- 6,094
- 4
- 49
- 103
-
Yupp, I did think of that for the first time but i was confused that would work or not. But it worked. Thanks – Riya Patel Mar 11 '18 at 09:51
-
Yes. I used the necessary java classes from the original code and also need to install the cmu flite from the playstore. – Riya Patel Mar 11 '18 at 11:12
-
@RiyaPatel Ah, OK. I thought you meant you successfully compiled it separately. – brandall Mar 11 '18 at 11:13