zats / SpeechRecognition

Generating subtitles for a video in realtime using SFSpeechRecognizer
215 stars 37 forks source link

Which language does it support? #2

Open weijia-yu opened 8 years ago

weijia-yu commented 8 years ago

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!

zats commented 8 years ago

hey, and thanks! Regarding languages I'd refer to the SFSpeechRecognizer documentation as for HLS live streaming - would should give it a try as I haven't, but I'm guessing it should work, just replace URL at https://github.com/zats/SpeechRecognition/blob/master/Recognize/ViewController.swift#L40

imran20487 commented 5 years ago

@weijia-yu were you able to work out with HLS live streaming video? From what I can check online that we are not able to get the audio track from a HLS streaming video which is required for the AudioTapProcessor