Commit Graph

16 Commits

Author SHA1 Message Date
558d980535 v3 init 2023-04-24 21:08:43 +01:00
70a4a0a25c Fix typo 2023-04-05 10:50:49 +09:00
11a78d7ced handle tmp wav file better 2023-04-01 00:06:40 +01:00
b9ca701d69 .wav conversion, handle audio with no detected speech 2023-03-31 23:02:38 +01:00
18b63d46e2 skeleton v2 2023-03-30 05:31:57 +01:00
0a3fd11562 update readme 2023-02-01 22:09:11 +00:00
5b8c8a7bd3 pandas fix 2023-01-27 15:05:08 +00:00
286a2f2c14 clean up logic, use pandas where possibl 2023-01-25 18:42:52 +00:00
eec6d1f8d8 missing word timestamps 2023-01-24 16:37:19 +00:00
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
d395c21b83 new logic, diarization, vad filtering 2023-01-24 15:02:08 +00:00
ba102feb7f vad filter 2023-01-20 12:54:20 +00:00
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
45e9509227 multilingual init 2022-12-18 12:21:24 +00:00
645d55903a add .ass output 2022-12-17 17:24:48 +00:00
9f6fa61160 init commit 2022-12-14 18:59:12 +00:00