Update edge_tts to v6.1.3

* Sort voices in util's --list-voices
* Disable overlapping subtitles by default
* Try to fix subtitles for many hour long TTS generation
* Match Microsoft Edge connection behavior more
* Bump edge_tts version
This commit is contained in:
rany2
2023-01-25 18:29:40 +02:00
parent 85eef7d918
commit 58307ded26
6 changed files with 56 additions and 26 deletions

View File

@@ -40,7 +40,7 @@ class SubMaker:
SubMaker class
"""
def __init__(self, overlapping: int = 1) -> None:
def __init__(self, overlapping: int = 0) -> None:
"""
SubMaker constructor.