linto-ai / whisper-timestamped

Multilingual Automatic Speech Recognition with word-level timestamps and confidence
GNU Affero General Public License v3.0
2.01k stars 156 forks source link

Compatibility issues with openai-whisper version 20230306 #53

Closed Jeronymous closed 1 year ago

Jeronymous commented 1 year ago

A new version "20230306" of Whisper has been released

It introduces compatibility issues with whisper-timestamps:

This is addressed in https://github.com/linto-ai/whisper-timestamped/pull/51

There are also problems of repeated text with version "20230306". See https://github.com/openai/whisper/discussions/1058 So using previous versions might be better...

Jeronymous commented 1 year ago

This should be solved now that https://github.com/linto-ai/whisper-timestamped/pull/51 has been merged