alphacep / vosk-api

Offline speech recognition API for Android, iOS, Raspberry Pi and servers with Python, Java, C# and Node
Apache License 2.0
7.43k stars 1.04k forks source link

Correct timestamps in SRT file #1365

Open cslop3r opened 1 year ago

cslop3r commented 1 year ago

Hello! I have a SRT (subtitles) file with the text but not the time. I wondered if with Vosk API I could get the time for each text "lines" by processing an audio but not remplacing the original text in the SRT file, even if it's nearly the same, per se. (I hope you get what I mean). Thanks for your answer!

nshmyrev commented 1 year ago

We do not have this feature yet.

cslop3r commented 1 year ago

Thanks for your answer!