Text-to-Speech configuration during software distribution #213
Replies: 1 comment
-
@jo-elimu I think you have covered all the possible scenarios.
That's technically feasible. We can do so with below code snippet:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
@tuancoltech Just sharing some thoughts here on the various Text-to-Speech scenarios we might encounter when preparing devices for distribution. As well as ways to make the software installation as frictionless as possible for newcomers (even non-technical users).
My recommendation would be to not require the user to change the system language or the TTS language of the device. Optimally, yes, the system-wide language should be the same as the language being taught to the student, but it doesn't have to be a requirement. The way I see it, we only have to check one thing: Has a TTS voice been downloaded for the language chosen in the Content Provider or not. If not, assist the user with the download.
Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions