You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.
The text was updated successfully, but these errors were encountered: