mirror of
https://github.com/rany2/edge-tts
synced 2024-11-21 17:29:07 +00:00
58307ded26
* 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
5 lines
108 B
Bash
Executable File
5 lines
108 B
Bash
Executable File
#!/bin/sh
|
|
set -ux
|
|
find src examples -name '*.py' | xargs pylint
|
|
find src examples -name '*.py' | xargs mypy
|