ak1394 / react-native-tts

React Native Text-To-Speech library for Android and iOS
626 stars 159 forks source link

Error: No TTS engine installed #241

Open shafqatbari opened 1 year ago

shafqatbari commented 1 year ago

Its not working in android someone can help?

"react": "18.2.0",
"react-native": "0.71.2",
"react-native-tts": "^4.1.0"
z857039580 commented 1 year ago

安卓设备需要安装语音引擎包。例如

image
chris-poe commented 1 year ago

@z857039580 I think what he means is when attempting to install the engine using Tts.requestInstallEngine(), it fails with Unhandled promise rejection [Error: Could not open Google Text to Speech App in the Play Store]. Its happening to me as well on all API's below 32

Hamadahmad000 commented 1 month ago

Same error with me

i7soft commented 4 weeks ago

安卓设备需要安装语音引擎包。例如 image

装了,并且在设置选择了搜狗 TTS,使用 react-native-tts 也不行