Commit Graph

11 Commits

Author SHA1 Message Date
Max Bain 0a3fd11562 update readme 2023-02-01 22:09:11 +00:00
Max Bain 5b8c8a7bd3 pandas fix 2023-01-27 15:05:08 +00:00
Max Bain 286a2f2c14 clean up logic, use pandas where possibl 2023-01-25 18:42:52 +00:00
Max Bain eec6d1f8d8 missing word timestamps 2023-01-24 16:37:19 +00:00
Max Bain d1600e5b0f Merge branch 'main' of https://github.com/m-bain/whisperX into main
Conflicts:
	whisperx/transcribe.py
	whisperx/utils.py
2023-01-24 15:38:05 +00:00
Max Bain d395c21b83 new logic, diarization, vad filtering 2023-01-24 15:02:08 +00:00
Max Bain ba102feb7f vad filter 2023-01-20 12:54:20 +00:00
m-bain 4569cb982a fix file_ass display bug
sentence start time on .ass files had a bug where if the first word did not have a timestamp, it would set sentence start_time to 0, but this needs to be the local 0 not actual file 0 (i.e. it should be segment['start'])
2023-01-12 12:57:12 +00:00
Max Bain 45e9509227 multilingual init 2022-12-18 12:21:24 +00:00
Max Bain 645d55903a add .ass output 2022-12-17 17:24:48 +00:00
Max Bain 9f6fa61160 init commit 2022-12-14 18:59:12 +00:00