Post

Replies

Boosts

Views

Activity

Comment on TTS problem iOS 17 beta
How did you reproduce the bug? Your post seems to say it's crashing after a certains amount of speeches. I'm trying something like _for i in 0...1000 { DispatchQueue.main.asyncAfter(deadline: .now() + 0.33) { SpeechSynthesizer.shared.speak("(i)") } }_ But it's not crashing on my side
Topic: Machine Learning & AI SubTopic: General Tags:
Nov ’23