Rany
4f5d79ed57
Drop words_in_cue code for SubMaker and switch to SRT ( #323 )
...
WebVTT isn't a very common format in the first place
and attempting to make WordBoundary play nice with
input text is very hard.
Instead we now just display the word that the TTS
is saying at a given time. In the future, we could
try to enable SentenceBoundary but there is a risk
that it will be banned by Microsoft as it is not used
by Microsoft Edge itself.
Closes: https://github.com/rany2/edge-tts/issues/118
Closes: https://github.com/rany2/edge-tts/issues/171
Closes: https://github.com/rany2/edge-tts/issues/229
Closes: https://github.com/rany2/edge-tts/issues/234
Signed-off-by: rany <rany2@riseup.net >
2024-11-22 20:58:47 +02:00
Jack Cheng
e82a2d1d86
Simplify asyncio main loop setup
2024-04-08 09:57:20 +08:00
rany2
ca6e7b0669
Fix support for Python 3.10
...
Signed-off-by: rany2 <rany2@riseup.net >
2023-06-02 20:05:38 +03:00
RaSan
4f70613c03
Fix Waiting before exiting in #78 ( #79 )
...
* Fix Waiting before exiting
The eventloop is not closed and waits a second on every call (idk the reason)
* Refactor
---------
Co-authored-by: rany2 <rany2@riseup.net >
2023-04-27 00:38:47 +03:00
rany2
b68b27103f
Resolve *almost* all pylint complaints and setup pylint
2023-01-05 07:52:51 +02:00
rany2
8570918ff1
Rename examples
2023-01-05 01:56:15 +02:00