Hello there!
For my android mobile app I need dynamic texts to be spoken. Therefore I wanted to use speech synthesis.
The first problem is that I read about missing voices on mobile. Does Cordova even support speech synthesis and how many voices does it have?
The second problem is that it doesn't sound good.
So my workaround would be to use another service for that, to create naturally sounding audio files containing the words.
Is it then possible to play one audio file after another to make it somewhat sound like a spoken sentence or is there a long delay? I can not test this yet so I would be thankful if someone who knows could tell me.
Or if someone has an idea on how to save speech synthesis data to the project so that the same voices can be used, no matter on which device.
Thank you very much!