keonlee9420 / DiffGAN-TTS

PyTorch Implementation of DiffGAN-TTS: High-Fidelity and Efficient Text-to-Speech with Denoising Diffusion GANs
MIT License
320 stars 44 forks source link

License Issue #24

Open fakerybakery opened 1 year ago

fakerybakery commented 1 year ago

Hi @keonlee9420, this software depends on praat-parselmouth which is GPL-licensed, which means all software that depends on it must also be GPL-licensed. Might it be possible to switch to DeepPhonemizer, licensed under the MIT license? Thanks in advance!

EDIT: This package also uses unidecode, which is also GPL-licensed. Might it be possible to switch to text-unidecode? Thanks!