SYSTRAN / faster-whisper

Faster Whisper transcription with CTranslate2
MIT License
12.66k stars 1.06k forks source link

fix: Use correct `seek` value in output, fix word timestamps when the initial timestamp is not zero #1141

Closed heimoshuiyu closed 1 week ago

heimoshuiyu commented 1 week ago

this fix #1140

code from commit before #856 https://github.com/SYSTRAN/faster-whisper/blob/fbcf58bf984a309edab9d21e23bca872e1d5fe61/faster_whisper/transcribe.py#L1051-L1055

Purfview commented 1 week ago

Finally faster-whisper is fixed after that #856 mess. Good job!