-
Notifications
You must be signed in to change notification settings - Fork 53
Add Support for Piper TTS in Multiple Languages #699
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
base: master
Are you sure you want to change the base?
Conversation
This fixes 400 errors when trying to use HERE traffic tiles with a newer account. The old URL was deprecated and only works in older accounts.
|
omg, this would be amazing How is the performance on phones? |
I'm not sure, as I don't have a phone with Linux (only Android), so I only tried it on my PC. |
rinigus
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would be good to get clarity regarding voice path and ppi used in HERE
|
Please let me know when it is not Draft anymore |
yeah i will do that, can i do PRs to flatpak as well? would you want to download the models before or on demand or smth, because the piper models are pretty big (together ~10gb) also there is now an Python API which i should probably use Did you thought about adding an menu to select which TTS model to use instead of auto selecting it? |
|
With flatpak PRs it would make sense to wait. I am working on Qt6 support and then it will all switch to that. Although, piper part is independent from it. Re models: no, I don't think 10GB flatpak is a good idea. So, somehow models have to be downloaded Re python API: that will add a dependency or we can load module via try/except to make it optional. OK, API use would be nice - just would have to separate it from current voice.py Re model selection: while there is huge amount of settings already, I would prefer to avoid it. Let users get the best model/TTS available on their system and use that. If they already installed piper, no need to propose picotts. |
|
@rinigus |
|
No timeline yet. Right now it works on qtcontrols, will start looking into kirigami6. As for voice downloads - I don't think its a part of Pure Maps to do so. Voice (TTS) is a part of system service and I prefer to have it configured elsewhere |
|
Hi @rinigus, I'm trying to find a practical path forward that respects your architectural preference for TTS as a system service, while also addressing the unique characteristics of Piper's model management and keeping it user Friendly. My current implementation for Piper in This brings up a significant challenge given your preference for Pure Maps not being responsible for model downloads or hardcoding paths. My primary concern isn't just the download method itself, but the scale and discoverability of Piper models:
My goal is to integrate Piper's high-quality voices effectively and make them accessible to Pure Maps users. However, given Piper's design requiring explicit model paths and the sheer number of available models, I'm struggling to see a practical way forward that aligns with your philosophy of Pure Maps being completely uninvolved in model management or detailed model mapping while still being user friendly. I'm keen to understand your perspective on these specific practical challenges of integrating Piper. |
I added support for Piper TTS in the following languages: German, English (US and GB), Spanish, French and Italian for now. And also merged "Update tile URL for HERE traffic" from @omartijn so that the HERE API works too.