jianfch / stable-ts

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

ImportError: cannot import name 'stabilize_timestamps' from 'stable_whisper' #254

Closed TaakoMagnusen closed 1 year ago

TaakoMagnusen commented 1 year ago

getting this error when importing. Is this project still updating? It seems the official whisper project doesnt support export as ASS which i need

jianfch commented 1 year ago

The current version is 2.X but stabilize_timestamps is from 1.X. See https://github.com/jianfch/stable-ts#usage.

TaakoMagnusen commented 1 year ago

my mistake, somehow when google led me to this project it led me to the v1 documentation. thanks!