chore(writer): Join words without spaces for ja, zh

fix #248, fix #310
This commit is contained in:
陳鈞
2023-08-26 06:48:35 +08:00
parent adf455a97c
commit f505702dc7
2 changed files with 6 additions and 1 deletions

View File

@ -213,6 +213,7 @@ def cli():
results.append((result, input_audio_path))
# >> Write
for result, audio_path in results:
result["language"] = align_language
writer(result, audio_path, writer_args)
if __name__ == "__main__":