as-ideas / TransformerTTS

🤖💬 Transformer TTS: Implementation of a non-autoregressive Transformer based neural network for text to speech.
https://as-ideas.github.io/TransformerTTS/
Other
1.13k stars 227 forks source link

DeepPhonemizer? (Phonemizer License Issue) #143

Open fakerybakery opened 1 year ago

fakerybakery commented 1 year ago

Hi, might it be possible to use DeepPhonemizer? Phonemizer uses the GPL license because it depends on espeak-ng, which requires all upstream libraries to also use the GPL license. Might it be possible to switch to DeepPhonemizer, which I see is under the same GitHub organization as this repository? Thanks!