I am using OpenEars in my app for speech to text conversion, but now the situation demands that I convert my text to speech. Can I do this using OpenEars only? Has anyone tried this?
If so, please guide me on how to do this. Any help will be appreciated.
Yes it is possible through open ears. You can look at the sample project provided in the Openears itself with the help of FliteController.
There is method called say.
e.g.
Hope it helps.