SpeechRecognition
SpeechRecognition copied to clipboard
Generating subtitles for a video in realtime using SFSpeechRecognizer
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...