Is there a way or any plugin who can generate transcript of video to play in website page. e.g the captions and subtitle of video in English language
Asked
Active
Viewed 2,751 times
0
-
2@ewwink It is possible. JavaScript is software – guest271314 Aug 15 '17 at 14:20
1 Answers
2
Yes, you can use SpeechRecognition()
and VTTCue()
to transcribe audio output and create TextTrack
s for the video.
See

guest271314
- 1
- 15
- 104
- 177
-
-
@Asad Yes. Have you read the linked documentations? See also [How to use Web Speech API at chromium?](https://stackoverflow.com/questions/44013933/how-to-use-web-speech-api-at-chromium) – guest271314 Aug 15 '17 at 14:30