In a previous article, I described how to utilize speech recognition in Android. This consisted of capturing user speech, processing it, and implementing it.
But what if that process is reversed, and you want to take a text input and output speech? This type of system is, so-called, text-to-speech (TTS). TTS software, in general, creates a computer-generated voice that’s also considered as an assistive technology tool.
Continue reading Make your Android apps talk with Text-To-Speech