elimu-ai / vitabu

📚 Android application for reading storybooks and expanding word vocabulary.
MIT License
2 stars 3 forks source link

Configure TTS engine language #34

Open nya-elimu opened 3 years ago

nya-elimu commented 3 years ago

Configure the Text-to-Speech (TTS) engine to use the same language as the one chosen in the Appstore.


nya-elimu commented 3 years ago

Is it possible to check if the device supports TTS for the chosen language when the user has not yet downloaded the speech model for that language?

There might be 3 scenarios:

  1. The device does not support TTS for the chosen language.
  2. The device does support TTS for the chosen language, but a voice for that language has not yet been downloaded.
  3. The device supports TTS for the chosen language, and the voice is downloaded and ready to use.