Commit Graph

15 Commits

Author SHA1 Message Date
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
Rany
3f2b635ff6 Use tabulate to pretty print voices (#321)
Signed-off-by: rany <rany2@riseup.net>
2024-11-22 20:07:15 +02:00
Rany
3e4de19344 Use TypedDict for voice list and TTS stream (#320)
Signed-off-by: rany <rany2@riseup.net>
2024-11-22 20:04:52 +02:00
rany2
09956e3a20 Don't pin certifi version
Signed-off-by: rany2 <rany2@riseup.net>
2024-02-16 17:59:02 +02:00
dependabot[bot]
96e36293dd Bump certifi from 2023.07.22 to 2023.11.17
Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.07.22 to 2023.11.17.
- [Commits](https://github.com/certifi/python-certifi/compare/2023.07.22...2023.11.17)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-20 06:36:21 +00:00
rany2
8f8a334203 Fix "unable to get local issuer certificate" when trust store is not available from OS
Closes #129

Signed-off-by: rany2 <rany2@riseup.net>
2023-08-12 17:26:30 +03:00
rany2
9c53e1eb3a Don't pin aiohttp so hass-edge-tts keeps functioning
* Bump to 5.0.6
* Require >=3.8.0
2022-09-27 13:22:29 +03:00
rany2
a5a9a4c478 Add back GitHub dependabot/dependency graph support
* Hack from de16718b39/setup.py (L3-L17)
2022-09-27 13:05:27 +03:00
rany
4b7f04dc4c Update to edge-tts 3.0.1 2021-12-04 00:57:45 +02:00
rany
5dea65e535 Fixes 2021-06-06 00:49:14 +03:00
rany
722f11081f Add requirements.txt 2021-06-05 19:03:14 +03:00
rany
a29581479e More fixes 2021-06-05 18:20:20 +03:00
rany
0336cfc4cf Some updates 2021-06-05 17:46:14 +03:00
rany
da3b68210f update setup.py 2021-06-05 17:39:41 +03:00
rany
91f62a84d8 Update 2021-06-05 17:29:16 +03:00