SpeechRecognition icon indicating copy to clipboard operation
SpeechRecognition copied to clipboard

Generating subtitles for a video in realtime using SFSpeechRecognizer

Results 3 SpeechRecognition issues
Sort by recently updated
recently updated
newest added

I was wondering if you can upgrade your code to build with recent Xcode versions. Thank you!

Really nice work! I wonder which languages does it support? Do you translate the voice from video or microphone? Does it support HLS live streaming video? Thanks!

Hello I am using swift 3 and getting following compile error: Bundle.main.urlForResource("video", withExtension: "mp4")! Value of type Bundle has no member urlForResource. Perhaps it is a beginner question but I...