jianfch / stable-ts

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

you can add the option to use acceleration with faster-whisper #201

Closed sangnguyen09 closed 1 year ago

sangnguyen09 commented 1 year ago

Is it compatible with faster-whisper ?

jianfch commented 1 year ago

Not directly but you can use it with https://github.com/jianfch/stable-ts/blob/main/examples/non-whisper.ipynb. An option to use faster-whisper directly will be added in a future update.

sangnguyen09 commented 1 year ago

thanks bro, I look forward to your next update