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
Comment on TTS problem iOS 17 beta
@buvtopcc no I got some crash reports on 17.1 too https://i.postimg.cc/dVxfBxFR/Screenshot-2023-11-28-at-00-14-32.png
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
Nov ’23
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:
Replies
Boosts
Views
Activity
Nov ’23
Comment on Updating watchOS complication when data in iOS app changes.
what's the right way to update the complications then? thanks
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jan ’25