mirror of
https://github.com/wassname/TTS.git
synced 2026-09-09 11:16:00 +08:00
added missing phonemes, synthesizer.py now setup the correct input layer
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import unittest
|
||||
|
||||
from utils.text import phonemes
|
||||
|
||||
class SymbolsTest(unittest.TestCase):
|
||||
def test_uniqueness(self):
|
||||
assert sorted(phonemes) == sorted(list(set(phonemes)))
|
||||
Reference in New Issue
Block a user