Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

espeak ng is GPLv3 licensed #13

Open
dantheman3333 opened this issue Jan 19, 2025 · 3 comments
Open

espeak ng is GPLv3 licensed #13

dantheman3333 opened this issue Jan 19, 2025 · 3 comments

Comments

@dantheman3333
Copy link

Hi, I noticed that a recent commit pulled in bindings to espeak ng through https://crates.io/crates/espeak-rs. Espeak NG is licensed under GPLv3. Unfortunately this means that this project would need to switch over to GPLv3 as well if it remains used -- https://opensource.stackexchange.com/questions/11658/does-whole-project-need-to-be-under-gplv3-when-using-a-gplv3-library.

@lucasjinreal
Copy link
Owner

humm, that's serious question. espeak-ng didn't have a native implement in pure rust. Current needs it's phonemizer. However, this part could be token apart when new model comes out.

@Jerboas86
Copy link
Contributor

Kokoro v1.0 comes with its own G2P library Misaki. Maybe, we could port this library into rust ?

@lucasjinreal
Copy link
Owner

Misaki employs espeak-ng internally. The distinction lies in its multilingual support achieved through other libraries such as the utilization of pypinyin for Chinese.

Porting Misaki could be significant by reusing the existing English part and adding more support for other languages.

However, I would suggest let's start languages one by one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants