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
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
c4c3dc5a13
add more typing
2023-01-05 00:56:15 +02:00
rany2
142b4f6457
Fix #23
2022-11-18 13:14:27 +02: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
rany2
197b176de9
Add requirements.txt and pin version
2022-09-27 12:16:22 +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
rany2
68a9e191d7
drop custom SSML support
2022-06-19 21:07:05 +03:00
rany2
797d04f182
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 18:17:48 +03:00
rany2
9a20f1ca90
update version to 4.0.10
2022-05-23 14:37:52 +03:00
rany
393233ecf9
fix for windows users
2022-03-13 13:25:41 +02:00
rany
7d03764943
fix unbound local variable python error
2022-03-11 17:46:44 +02:00
rany
de653064ee
version bump to 4.0.7
2022-03-09 20:48:24 +02:00
rany
fa16583fc5
version bump to 4.0.6
2022-03-09 20:37:05 +02:00
rany
6c822e2df5
version bump to 4.0.5
2022-03-09 20:26:54 +02:00
rany
7e0ae74546
version bump to 4.0.4
2022-03-07 13:23:35 +02:00
rany
43ee535752
Minor fixes to the README
2022-01-29 20:15:37 +02:00
rany
eb4c2a4400
Update README
2022-01-29 20:10:18 +02:00
rany
d5a31c955c
Version bump to 4.0.1
2021-12-07 22:36:21 +02:00
rany
4fcecddaf0
Update to edge-tts 4.0.0
2021-12-07 22:09:43 +02:00
rany
756766fe6e
Version bump to 3.0.2
2021-12-05 10:05:38 +02:00
rany
4b7f04dc4c
Update to edge-tts 3.0.1
2021-12-04 00:57:45 +02:00
rany
6fbf875673
Actually fix
2021-07-11 17:17:03 +03:00
rany
5f02c6a5cc
Fix subtitles accuracy after 1hour
2021-07-11 17:01:03 +03:00
rany
4647509791
Fix dependenices
2021-07-02 11:46:54 +03:00
rany
5322e7a9f0
Version bump
2021-06-18 02:31:38 +03:00
rany
66511837ab
Switch to aiohttp
2021-06-18 02:29:43 +03:00
rany
a38cacce87
Add __main__ package
2021-06-17 22:10:54 +03:00
rany
a9d513ba56
Fix broken regular text
2021-06-10 20:55:40 +03:00
rany
8d022ff230
Fix custom SSML support
2021-06-10 20:51:00 +03:00
rany
f5bde41eab
Fix subtitles and version bump
2021-06-09 17:33:17 +03:00
rany
21eb9c934b
Version bump
2021-06-09 14:17:09 +03:00
rany
5c1f8b8355
Version bump
2021-06-08 20:40:00 +03:00
rany
d41a51570e
Version bump
2021-06-08 20:32:19 +03:00
rany
c7592efb6f
Use subprocess instead of bash
2021-06-08 20:28:09 +03:00
rany
5badcb7794
version bump
2021-06-08 19:16:44 +03:00
rany
78f57fdec0
Version bump
2021-06-08 18:53:55 +03:00
rany
3fdb6507d7
Major update
2021-06-08 18:46:08 +03:00
rany
468786e04c
Version bump
2021-06-08 02:17:27 +03:00
rany
9f8a965a1f
Improve message handling
2021-06-06 20:12:49 +03:00
rany
65cb204f97
Fix broken edge-playback script
2021-06-06 16:50:30 +03:00
rany
ae6c73ce7d
bump version
2021-06-06 16:38:53 +03:00