Implement VitsAudioConfig (#1556)

* Implement VitsAudioConfig

* Update VITS LJSpeech recipe

* Update VITS VCTK recipe

* Make style

* Add missing decorator

* Add missing param

* Make style

* Update recipes

* Fix test

* Bug fix

* Exclude tests folder

* Make linter

* Make style
This commit is contained in:
Eren Gölge
2022-07-12 18:49:58 +02:00
committed by GitHub
parent 34b80e0280
commit 49bac724c0
17 changed files with 65 additions and 76 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ setup(
# ext_modules=find_cython_extensions(),
# package
include_package_data=True,
packages=find_packages(include=["TTS*"]),
packages=find_packages(include=["TTS"], exclude=["*.tests", "*tests.*", "tests.*", "*tests", "tests"]),
package_data={
"TTS": [
"VERSION",