Does the TTS API work without a network connection on Android?

Hi I'm an engineering student and I was wondering if TTS (Text to Speech) works in a standalone Android environment.

+3


source to share


1 answer


The Text-to-Speech API requires an Internet connection, but you can use the Text-to-Speech feature offline by applying the following settings.

Not all devices currently support offline speech input. However, you can follow this discussion to enable offline speech input for supported devices.



1. On your device go to Settings -> Language and Input. Click on the Google voice input icon (text-to-speech output on some devices).
2. Under ALL tab select the language you want to download.
3. Once the language package downloaded, you can see it under INSTALLED tab.

      

Download all the offline speech models (voices) required to support offline text-to-speech.

+3


source







All Articles