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

ARPABet dictionaries are not loaded for v3 models #62

Closed Pendrokar closed 4 months ago

Pendrokar commented 7 months ago

Arpabet dictionaries are loaded for fastpitch1_1 models, but not xVAPitch.

https://github.com/DanRuta/xVA-Synth/blob/master/server.py#L251-L252

https://github.com/DanRuta/xVA-Synth/blob/master/server.py#L488-L489

Workaround: modify the resources\app\python\xvapitch\text\dicts\cmudict.txt file and restart xVASynth

Pendrokar commented 7 months ago

@DanRuta it somehow took half a year for anyone to really notice. 😅

Pendrokar commented 6 months ago

Requires a development environment for server.py changes to take effect. @Bunglepaws