jianfch / stable-ts

Transcription, forced alignment, and audio indexing with OpenAI's Whisper
MIT License
1.59k stars 177 forks source link

Support whisper v20230918? #204

Closed YeDaxia closed 1 year ago

YeDaxia commented 1 year ago

Whisper just release a new version: v20230918.

Is stable-ts and fast-whisper compatible?

By the way, thanks for you remarkable job. It help me a lot, could you provide a donation payment method?

jianfch commented 1 year ago

Yes, it is compatible with faster-whisper with the previous update:

model = stable_whisper.load_faster_whisper('base')
result = model.transcribe_stable('audio.mp3')

Support for the new whisper version will be added. You can donate here.