modelscope / FunASR

A Fundamental End-to-End Speech Recognition Toolkit and Open Source SOTA Pretrained Models, Supporting Speech Recognition, Voice Activity Detection, Text Post-processing etc.
https://www.funasr.com
Other
6.15k stars 657 forks source link

fix start timestamp in sentence_info #2024

Closed lingji-yidong closed 1 month ago

lingji-yidong commented 1 month ago

Previously, the start timestamp was defined as the last character's timestamp[0] of the previous sentence. It has now been changed to the first character's timestamp[0] of the current sentence. You may use audio containing at least two transcribed sentences for testing.