Skip to content

Commit

Permalink
refactor/tts_cache
Browse files Browse the repository at this point in the history
fix kwargs handling in synth method

move methods around for readability and group them based on functionality

add more deprecation warnings

convert lang/voice to properties to reflect live config changes

move cache to TTSContext
  • Loading branch information
JarbasAl committed Apr 20, 2024
1 parent 264cdf7 commit 7eb3f03
Show file tree
Hide file tree
Showing 3 changed files with 464 additions and 417 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
strategy:
max-parallel: 2
matrix:
python-version: [ 3.7, 3.8, 3.9, "3.10" ]
python-version: [ 3.8, 3.9, "3.10" ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
Loading

0 comments on commit 7eb3f03

Please sign in to comment.