DanRuta / xVA-Synth

Machine learning based speech synthesis Electron app, with voices from specific characters from video games
GNU General Public License v3.0
590 stars 54 forks source link

Portable Mode #36

Open TomKranenburg opened 1 year ago

TomKranenburg commented 1 year ago

Would it be possible to get a portable mode for this? It's a great application, but sometimes I want several installs to tweak etc.

DanRuta commented 1 year ago

The app is already portable, if you get it from the nexus or steam. If you mean having multiple instances running at the same time, that's not yet possible due to electron chrome caching settings in the same location with locked access after the first running instance, and the server localhost ports currently being hardcoded, though these may change in the future

TomKranenburg commented 1 year ago

For some reason I loaded up a new install, and it pulled down my previous configs and file locations. Are these stored in the registry or something?

Thanks for the response. The software itself is a gamechanger totally. Groundbreaking. I really appreciate your work trust me.

DanRuta commented 1 year ago

The app is an electron app (a chrome browser that runs on nodejs). The localstorage caching is saved in AppData. But this might need changing, for any future multi-instance support, unless there's some config or something

TomKranenburg commented 1 year ago

So it's not quite fully portable at the moment perhaps? This would be very useful if it was.