Update to edge-tts 3.0.1

This commit is contained in:
rany
2021-12-04 00:47:53 +02:00
parent 6fbf875673
commit 4b7f04dc4c
13 changed files with 658 additions and 333 deletions

23
.gitignore vendored
View File

@@ -1,15 +1,8 @@
**
!examples/
!examples/input_example.py
!LICENSE
!README.md
!setup.cfg
!setup.py
!pyproject.toml
!src/
!src/edgeTTS/
!src/edgeTTS/__init__.py
!src/edgeTTS/__main__.py
!src/edgePlayback/
!src/edgePlayback/__init__.py
!src/edgePlayback/__main__.py
venv/
venv/**
src/*.egg-info
src/*.egg-info/**
build/
build/**