This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
edge-tts
Watch
1
Star
0
Fork
0
You've already forked edge-tts
mirror of
https://github.com/rany2/edge-tts
synced
2024-11-22 09:56:53 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
85eef7d918
edge-tts
/
lint.sh
3 lines
90 B
Bash
Raw
Normal View
History
Unescape
Escape
Update edge-tts to version 4.0.11 * Add pylint check for lint.sh * Change overlapping default from 5second to 1second for SubMaker and util.py * Default to WordBoundary for edge-playback (from SentenceBoundary) * Drop SentenceBoundary support (never works properly and too many hacks) - No longer actually supported by Azure's official SDK for a few years already * Stop attempting to correct broken offsets sent back to us by Azure - Fixes never work properly because AI voice sometimes takes odd pauses at the start and sometimes doesn't do so. It's never predictable and cannot be fixed on the library's end. - Solution is for Microsoft to fix the integer overflow bug they are facing in the {Word,Sentence}Boundary offsets. It doesn't affect us until we reach 30min long TTS anyway. * Have edge-tts --list-voices use the configured HTTP proxy * More misc changes and fixes
2022-05-29 15:08:16 +00:00
find src examples -name
'*.py'
|
xargs pylint
add more typing
2023-01-04 22:56:01 +00:00
find src examples -name
'*.py'
|
xargs mypy
Reference in New Issue
Copy Permalink