cordova-plugin-tts icon indicating copy to clipboard operation
cordova-plugin-tts copied to clipboard

Issue with Android 10 Devices

Open lekowan opened this issue 4 years ago • 3 comments

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.

lekowan avatar Dec 01 '20 10:12 lekowan

Have you find any solution I am also facing same problem

surajbhadola01 avatar Feb 23 '21 03:02 surajbhadola01

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.

lekowan avatar Feb 24 '21 13:02 lekowan

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.

lorenzpfei avatar Mar 05 '21 16:03 lorenzpfei