Closed fungilation closed 2 years ago
Nevermind. Need to install voices on simulator, and iOS 16 has changed voice ids (what was com.apple.ttsbundle.Samantha-premium is now com.apple.voice.enhanced.en-US.Samantha)
Nevermind. Need to install voices on simulator, and iOS 16 has changed voice ids (what was com.apple.ttsbundle.Samantha-premium is now com.apple.voice.enhanced.en-US.Samantha)
How can I know what voice id is preserved after ios 16? Thanks
Even after installing the voices Agnes and Alex, and I can see two rows in the array, but still no sound. Any help is appreciated.
How do you direct a user to install a voice?
Even after installing the voices Agnes and Alex, and I can see two rows in the array, but still no sound. Any help is appreciated.
Any Update?
Sounds are ok and in accessibility of simulator i can hear the sounds of the voices but when I try Tts.speak('Hello, world!', { iosVoiceId: 'com.apple.voice.enhanced.en-US.Samantha', rate: 0.5, }); no sound play.
I have the same issue.
Sounds are ok and in accessibility of simulator i can hear the sounds of the voices but when I try Tts.speak('Hello, world!', { iosVoiceId: 'com.apple.voice.enhanced.en-US.Samantha', rate: 0.5, }); no sound play.
in iPhone 14, iOS 16.0 simulator:
Tts.setDefaultLanguage('en-US')
errors out, andTts.voices().then(voices => console.log(voices))
has voices being empty array.