Commit Graph

192 Commits

Author SHA1 Message Date
rany2
8a05a4f998 Merge all scripts for publishing into build_and_publish.sh 2023-01-05 07:59:43 +02:00
rany2
526c8ad9a2 Import GitHub's Python gitignore 2023-01-05 07:54:43 +02:00
rany
ab49f9c1db
Merge pull request #33 from rany2/improve-code-quality
Improve code quality
2023-01-05 07:53:07 +02:00
rany2
b68b27103f Resolve *almost* all pylint complaints and setup pylint 2023-01-05 07:52:51 +02:00
rany2
b5b7a42354 Slight cleanup of util code & misc changes 2023-01-05 07:52:51 +02:00
rany2
9355ef7c02 Add exceptions to __all__ 2023-01-05 06:29:57 +02:00
rany2
276d94221f Add py.typed for edge_tts
* Forgot it for edge_tts but not for edge_playback :/
2023-01-05 06:27:15 +02:00
rany2
df5ff0d9fc Bump to version 6.0.5 to add __version__ variable
* Should be useful for HASS and other projects
2023-01-05 03:23:32 +02:00
rany2
4111159873 Bump to version 6.0.4 2023-01-05 03:15:42 +02:00
rany2
2a52b979e0 lint 2023-01-05 03:14:04 +02:00
rany2
4862ec8517 Remove pitch option as it no longer has any effect
* Most likely Microsoft started ignoring it along with the custom SSML
  purge
2023-01-05 03:13:40 +02:00
rany2
01c87b7e1c Fix README and fix slight issue with validation for rate and volume
* Rate and volume could be greater than 100 and don't need to have
  a sign at the start.
2023-01-05 03:07:29 +02:00
rany2
66d3e61c1a Hide more items in edge_tts util's --list-voices 2023-01-05 02:58:59 +02:00
rany2
b92de4c18b Bump version to 6.0.3 2023-01-05 02:31:55 +02:00
rany2
a1bfe2a8fa Fix Python 3.7 support
* X | Y shorthand is not supported there
2023-01-05 02:31:25 +02:00
rany2
f4c0a1388f Fix bad update to edge-playback
and bump version to 6.0.2
2023-01-05 02:20:01 +02:00
rany2
a536f1bbce Bump version to 6.0.0 2023-01-05 02:08:02 +02:00
rany2
8570918ff1 Rename examples 2023-01-05 01:56:15 +02:00
rany2
018e8f56af Fix mypy paths to check
* for some reason this error doesn't happen locally
2023-01-05 01:51:54 +02:00
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