Post

Replies

Boosts

Views

Activity

Reply to TTS problem iOS 17 beta
I am now able to reproduce the problem, just use TTS with "Xcode address sanitizer" enabled on a real device shows the problem (in simulator it doesn't). let synth = AVSpeechSynthesizer() let utterance = AVSpeechUtterance(string: "Here we go") synth.speak(utterance) // synthprovider.offlineRendering problem
Topic: Machine Learning & AI SubTopic: General Tags:
Jun ’23
Reply to com.apple.TextToSpeech.SpeechThread crash after iOS 16
I think the AVSpeechSynthesizer has a big memory problem, I see the same crashes -> See following thread https://developer.apple.com/forums/thread/713848. Please add tickets in http://feedbackassistant.apple.com and refer to my ticket number FB11401700 to let Apple know that many Apps have this problem. I reported it long ago, but still no fix in an IOS update.
Topic: App & System Services SubTopic: Core OS Tags:
Nov ’22