ak1394 / react-native-tts

React Native Text-To-Speech library for Android and iOS
601 stars 154 forks source link

iOS 16 -> await Tts.voices() empty #225

Open ghost opened 1 year ago

ghost commented 1 year ago

Seems something changed since iOS 16

const voices = await Tts.voices();

voices :>> []

Does someone else have the same issue?

PS: I'm using "react-native-tts": "^4.1.0",

grifotv commented 1 year ago

@sebpapaechocharliekilo Need to install the voices in the iOS 16 Simulator.

https://user-images.githubusercontent.com/435351/194771164-3c63a708-e9a3-40d0-bdeb-bfc20c1d1cf1.mp4

https://github.com/ak1394/react-native-tts/issues/224#issuecomment-1254132339

shinnida220 commented 1 year ago

Thanks for this