abdeladim-s / subsai

🎞️ Subtitles generation tool (Web-UI + CLI + Python package) powered by OpenAI's Whisper and its variants 🎞️
https://abdeladim-s.github.io/subsai/
GNU General Public License v3.0
1.15k stars 96 forks source link

Support for stable-ts #99

Closed kanjieater closed 5 months ago

kanjieater commented 5 months ago

When i was first trying to get WhisperX working I quickly abandoned it because it tended to break too much (can't get it working right now with SubsAI either due to the open issues with it). I moved to https://github.com/jianfch/stable-ts, which has served all of my whisperX needs and more.

I'm wondering if we could add it to the subsai project?

abdeladim-s commented 5 months ago

Thanks @kanjieater for letting me know about stable-ts, it seems promising. Yes I think we can it to the project. Once I get some free time I will try.

abdeladim-s commented 5 months ago

@kanjieater, stable-ts is now supported. please give it a try and if there are no issues feel free to close the issue.