DanRuta / xVA-Synth

Machine learning based speech synthesis Electron app, with voices from specific characters from video games

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[ Feature Request ] An option to enable command-line-interface/cli.

gelukuMLG opened this issue · comments

As the title suggests, having an option to see the command line interface would be quite useful for both devs and users. The feature will help with catching errors, observing generation speed, or info in case generation or synthesis gets stuck.

You can bring up the command-line interface by executing the server.exe before you start the app. So, navigate to where the xVASynth.exe file is, and run the following (for the GPU backend):

.\resources\app\cpython_gpu\server.exe

But most of the important things do get logged to the server.log file (for the backend stuff) and to the app.log file for the frontend stuff