vilicvane / cordova-plugin-tts

Cordova Text-to-Speech Plugin (Maintainer WANTED!)
177 stars 137 forks source link

Issue with Android 10 Devices #115

Open lekowan opened 3 years ago

lekowan commented 3 years ago

Is anyone else experiencing issues with Android 10 (particularly Samsung devices) only? The plugin doesn't seem to read out content in the target language. Thanks in advance.

surajbhadola01 commented 3 years ago

Have you find any solution I am also facing same problem

lekowan commented 3 years ago

Yes, I have. Latest Samsung devices use the Samsung TTS engine by default which doesn't work well. It needs to be switched to the Google TTS engine in the device settings. There is also a way to force the device to use Google TTS, which I implemented in my Ionic, but it's been a while and I totally forgot how I did that.

lorenzpfei commented 3 years ago

Yes, I have. Latest Samsung devices use the Samsung TTS engine by default which doesn't work well. It needs to be switched to the Google TTS engine in the device settings. There is also a way to force the device to use Google TTS, which I implemented in my Ionic, but it's been a while and I totally forgot how I did that.

May you check what you did to fix this? I'm despairing on this.