rendchevi / nix-tts

🐤 Nix-TTS: Lightweight and End-to-end Text-to-Speech via Module-wise Distillation
MIT License
233 stars 31 forks source link

latest phonemizer unable to run #1

Closed lucasjinreal closed 2 years ago

lucasjinreal commented 2 years ago

first, it got error in here:

phonemizer_backend.phonemize(
                    self._expand_abbreviations(t.lower()),
                    strip=True,
                )

latest need a [] of text as input.

And the return of new phoemizer is very strange:

['bˈɔːɹn tə mˈʌltɪplˌaɪ, bˈɔːɹn tə ɡˈeɪz ˌɪntʊ nˈaɪt skˈaɪz.']

it returned something like this.

lucasjinreal commented 2 years ago

I solved it.

lucasjinreal commented 2 years ago

I solved it.

JonathanLehner commented 2 years ago

how?