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

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

Open gelukuMLG opened 1 year ago

gelukuMLG commented 1 year ago

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.

DanRuta commented 1 year ago

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