rhasspy / larynx

End to end text to speech system using gruut and onnx
MIT License
824 stars 49 forks source link

New languages need a link #8

Closed svenha closed 3 years ago

svenha commented 3 years ago

Thanks @synesthesiam for this excellent tool.

I followed the 'Python installation' method (on Ubuntu 20.10) and added the language de-de via python3 -m gruut de-de download . Before I could use the new language, I had to add a link in ~/.local/lib/python3.8/site-packages/gruut/data/ to ~/.config/gruut/de-de; otherwise the new language was not found.

alt131 commented 3 years ago

I usually copy a new data to /.local/lib/python3.8/site-packages/gruut/data/ after download but yes, I have the same bug too.

synesthesiam commented 3 years ago

You're welcome! This should be fixed if you update your version of gruut to 0.9.4.

svenha commented 3 years ago

Thanks. Now I can work without the link.