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.84k stars 1.09k forks source link

Sentence timestamp in a large text file #1381

Open abhishekdhakaab opened 1 year ago

abhishekdhakaab commented 1 year ago

I am trying to find a offset and duration of a sentence said in a audio file But because the ASR is not guaranteed 100% accurate result I can’t use substring searching to find that sentence I am trying to use fuzzy logic to match string but not sure if it’s result can someone please suggest me a solution Thank you