Commit Graph

173 Commits

Author SHA1 Message Date
rany2
a1c5924024 Complete workflow fixing 2023-01-05 01:49:37 +02:00
rany2
2c00c63803 Fix mypy setup 2023-01-05 01:39:31 +02:00
rany2
e3c3bca93d Fix workflow 2023-01-05 01:36:13 +02:00
rany
2a8f90761f Merge pull request #32 from rany2/moreexamples
Add more examples
2023-01-05 01:34:06 +02:00
rany2
28b4d55376 fix workflow 2023-01-05 01:33:52 +02:00
rany2
66e3092ff5 Update README 2023-01-05 01:32:45 +02:00
rany2
1012a08cf5 add examples/streaming_tts_with_subtitles.py 2023-01-05 01:31:45 +02:00
rany2
8a2f37d964 add streaming_tts.py example 2023-01-05 01:29:55 +02:00
rany2
39f0441aba Remove potentially out-of-date examples from README 2023-01-05 01:24:47 +02:00
rany2
6b7f9cc146 Fix README example URL 2023-01-05 01:24:47 +02:00
rany2
45ffe0cf48 Also run mypy on PRs 2023-01-05 01:18:31 +02:00
rany
b5b563274d Merge pull request #31 from rany2/simplify
Simplify edge_tts library usage
2023-01-05 01:15:26 +02:00
rany2
e55b18d3f4 add mypy workflow 2023-01-05 01:14:56 +02:00
rany2
57c5143aac complete typing for now 2023-01-05 01:13:33 +02:00
rany2
d7f60bc49f more typing 2023-01-05 01:03:15 +02:00
rany2
3e3828c04a more typing 2023-01-05 00:59:16 +02:00
rany2
c4c3dc5a13 add more typing 2023-01-05 00:56:15 +02:00
rany2
efe0cbedde lint 2023-01-05 00:15:48 +02:00
rany2
fe8b86c7f5 add docstring to VoicesManager's create() 2023-01-05 00:10:27 +02:00
rany2
8c356a000c Slightly cleanup some more 2023-01-05 00:07:08 +02:00
rany2
cd84fa972a fixup! update dynamic_voice_selection.py for new API 2023-01-05 00:07:01 +02:00
rany2
4a091e4859 update examples/basic_generation.py for new API
* also rename it
2023-01-05 00:05:10 +02:00
rany2
f1709e7e93 update dynamic_voice_selection.py for new API 2023-01-05 00:04:22 +02:00
rany2
e54e09dfcb Add newline for edge_tts __init__.py 2023-01-04 23:53:06 +02:00
rany2
7a9e4a62e3 Specify encoding on metadata fname open in save() 2023-01-04 23:52:35 +02:00
rany2
3a3a872899 Merge remote-tracking branch 'origin/master' into simplify 2023-01-04 23:50:29 +02:00
rany2
23370b4c27 Simplify edge_tts library usage 2023-01-04 23:49:29 +02:00
rany
1d79b9fca0 Merge pull request #30 from Vuizur/voice-manager
Voice manager
2023-01-04 21:57:20 +02:00
Vuizur
4b529c8f2b Add example for getting a voice for language 2023-01-04 20:51:30 +01:00
Vuizur
0dc5154b06 Add shortcut to VoicesManager 2023-01-04 20:37:00 +01:00
Vuizur
6d2bc68933 Add voices manager to find voices 2023-01-04 20:31:57 +01:00
rany
4ecde0394d Merge pull request #29 from Vuizur/replace-input-example
Replace input example
2023-01-04 21:16:10 +02:00
Vuizur
3bc7f728c3 Rename example file 2023-01-04 20:12:07 +01:00
Vuizur
31c33f9fa2 Replace example because of playsound bugs on Win 2023-01-04 20:10:29 +01:00
rany2
142b4f6457 Fix #23 2022-11-18 13:14:27 +02:00
rany
5a74ad6527 Update README.md 2022-10-18 20:11:20 +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
6819f46ca8 Bump edge-tts version to 5.0.5 2022-09-27 13:08:24 +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
rany2
7b4827352d Switch back to setup.cfg only
* No depandabot support but it might work for hass-edge-tts at least
2022-09-27 12:58:14 +03:00
rany2
137bbd700e Fix ResolutionImpossible error in hass-edge-tts 2022-09-27 12:39:09 +03:00
rany
9dcbd27b1e Merge pull request #19 from rany2/dependabot/pip/setuptools-65.4.0
Bump setuptools from 62.6.0 to 65.4.0
2022-09-27 12:19:43 +03:00
dependabot[bot]
31f14d5ffa Bump setuptools from 62.6.0 to 65.4.0
Bumps [setuptools](https://github.com/pypa/setuptools) from 62.6.0 to 65.4.0.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst)
- [Commits](https://github.com/pypa/setuptools/compare/v62.6.0...v65.4.0)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-27 09:19:26 +00:00
rany
dc96e04e33 Merge pull request #18 from rany2/dependabot/pip/pip-22.2.2
Bump pip from 22.0.2 to 22.2.2
2022-09-27 12:18:52 +03:00
dependabot[bot]
6f73f349d5 Bump pip from 22.0.2 to 22.2.2
Bumps [pip](https://github.com/pypa/pip) from 22.0.2 to 22.2.2.
- [Release notes](https://github.com/pypa/pip/releases)
- [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst)
- [Commits](https://github.com/pypa/pip/compare/22.0.2...22.2.2)

---
updated-dependencies:
- dependency-name: pip
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-27 09:17:38 +00:00
rany
56c26c10b2 Create codeql-analysis.yml
Signed-off-by: rany2 <rany2@riseup.net>
2022-09-27 12:17:01 +03:00
rany
cc7ac64909 Create dependabot.yml
Signed-off-by: rany2 <rany2@riseup.net>
2022-09-27 12:16:55 +03:00
rany2
197b176de9 Add requirements.txt and pin version 2022-09-27 12:16:22 +03:00
rany2
93f2e452ce lint 2022-07-27 20:17:42 +03:00
rany2
3a4595d6d6 Fix "ValueError: the metadata doesn't contain a Duration field"
* seems like microsoft updated their API to include this metadata type

Fixes #16
2022-07-27 20:15:17 +03:00