added missing phonemes, synthesizer.py now setup the correct input layer

This commit is contained in:
gnosly
2019-03-11 21:56:40 +01:00
parent 0a3dba4279
commit 95de2cd559
3 changed files with 42 additions and 27 deletions
+7
View File
@@ -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)))