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

ARPABet dictionaries are not loaded for v3 models

Pendrokar opened this issue · comments

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

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

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