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

TTS Server only mode? #22

Open nekromant opened 3 years ago

nekromant commented 3 years ago

Hi, thanks for your great effort. Is there any possibility on running this project in a mozilla-tts / OpenTTS-compatible headless mode? (e.g. Without the electron UI, so that all the synthesis could be done headless). I tried running server.py, but so far got stuck on the

ImportError: cannot import name 'quote' from 'urllib' (/usr/lib/python3.7/urllib/__init__.py)

I plan to hook it to https://rhasspy.readthedocs.io/en/latest/

DanRuta commented 3 years ago

I know of at least one person using the app in headless mode (https://bunglepaws.neocities.org/radio_new_vegas_gpt3.html).

You should be fine just running the server.py file. The error you are showing is likely just an issue with the python installation, or perhaps some bad dependencies.

nekromant commented 3 years ago

Thanks a lot for the swift response. Will poke around again at the weekend.

DanRuta commented 3 years ago

Let me know if I can help with anything! Good luck

unlockdtdd commented 2 years ago

Where can I download release exe file? I can not see it.

DanRuta commented 2 years ago

I host the app release builds on nexusmods pages. There are quite a few pages, one for several games/series. You can for example find it on the Skyrim page.