handle tmp wav file better

This commit is contained in:
Max Bain
2023-04-01 00:06:40 +01:00
parent b9ca701d69
commit 11a78d7ced
4 changed files with 71 additions and 24 deletions

View File

@ -236,7 +236,7 @@ class WritePickle(ResultWriter):
pd.DataFrame(result["segments"]).to_pickle(file)
class WriteSRTWord(ResultWriter):
extension: str = ".word.srt"
extension: str = "word.srt"
always_include_hours: bool = True
decimal_marker: str = ","