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

@@ -283,10 +283,10 @@ max-attributes=7
max-bool-expr=5
# Maximum number of branch for function / method body.
max-branches=15
max-branches=16
# Maximum number of locals for function / method body.
max-locals=15
max-locals=18
# Maximum number of parents for a class (see R0901).
max-parents=7