🔥 XTTS implementation

This commit is contained in:
Eren Gölge
2023-09-13 17:51:24 +02:00
committed by Eren G??lge
parent 4d3f23b5d3
commit 4033db5f4b
28 changed files with 5866 additions and 21 deletions
@@ -1,6 +1,6 @@
import os
import warnings
import unittest
import warnings
from TTS.tts.utils.text.belarusian.phonemizer import belarusian_text_to_phonemes
@@ -17,7 +17,8 @@ class TestText(unittest.TestCase):
except KeyError:
warnings.warn(
"You need to define 'BEL_FANETYKA_JAR' environment variable as path to the fanetyka.jar file to test Belarusian phonemizer",
Warning)
Warning,
)
return
for line in _TEST_CASES.strip().split("\n"):