Android: How to develop an app for TTS languages not supported on phones
I have just finished a voice recognition and text to speech (TTS) application. However, I noticed that the TTS part will not work for TTS languages not installed on my phone, or if the TTS Engine does not include that particular language.
There are many translation apps that provide TTS in different languages without having to install those languages on phones. Would anyone kindly advise me how can I include such a feature in my application? Thank you in advance.
source to share
If you don't mind paying for services, you can use any of the providers I list in my answer found here . There are many languages available collectively.
Alternatively, you can use the Chrome Speech API, but this is unofficial and therefore probably not a great idea for a production application.
http://translate.google.com/translate_tts?tl=en&q=This%20is%20a%20test
source to share