Post

Replies

Boosts

Views

Activity

Reply to How to use the SpeechDetector Module
This is how I worked around it: if options.enableVAD { if let detector = SpeechDetector(detectionOptions: .init(sensitivityLevel: .medium), reportResults: false) as? (any SpeechModule) { self.modules.append(detector) } else { throw SystemTranscriberError.failedToStart("could not create SpeechDetector") } }
Topic: Media Technologies SubTopic: Audio Tags:
Aug ’25
Reply to [26] audioTimeRange would still be interesting for .volatileResults in SpeechTranscriber
No SpeechDetector results confirmed on iOS 26.1 as well.
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Nov ’25
Reply to Infuriating support form error (and broken email verification)
Glad to see I'm not the only having not being able to call or submit form. I was not getting any feedback on Individual to Organization change request so tried to contact by email or phone. Nope.
Replies
Boosts
Views
Activity
Oct ’25
Reply to How to use the SpeechDetector Module
This is how I worked around it: if options.enableVAD { if let detector = SpeechDetector(detectionOptions: .init(sensitivityLevel: .medium), reportResults: false) as? (any SpeechModule) { self.modules.append(detector) } else { throw SystemTranscriberError.failedToStart("could not create SpeechDetector") } }
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Aug ’25