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
How is possible change the text to speech model ? Is possible to use other .bin like voxpopuli for Italian language or other trained by ourself ? I try to add the voxpopuli.bin file in the public directory but the app stop to work without info in debug .
The main difference is that original model are 2 kbyte the voxpopuli are 500 mbyte .
The text was updated successfully, but these errors were encountered:
@virtualrobotix Haven't looked into it yet, but generate_paths.js looks to be misconfigured. (at least on windows)
You can bypass it by editing the src\paths.ts and adding your model.bin path like so;
Use quotes = string. You'll actually see it loading on the right-hand side of the screen the first time it runs.
Likely it's an array so you can comma separate different voice models, and they'll each show up in the UI.
Just started testing and it's slow on my pc using cpu, but it works!
How is possible change the text to speech model ? Is possible to use other .bin like voxpopuli for Italian language or other trained by ourself ? I try to add the voxpopuli.bin file in the public directory but the app stop to work without info in debug .
The main difference is that original model are 2 kbyte the voxpopuli are 500 mbyte .
The text was updated successfully, but these errors were encountered: