Post

Replies

Boosts

Views

Activity

Reply to AXSpeech crash with CoreFoundation _CFGetNonObjCTypeID
Looks like crash is due to dangling pointer, use a shared speech session.   static let shared = mySpeechSynthesizerSession()   var speechSynthesizer: AVSpeechSynthesizer?   private init() {     speechSynthesizer = AVSpeechSynthesizer()   } }
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’22