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

xVAPitch/v3 models <PAD> symbols ignored by modifier if done one by one #66

Open Pendrokar opened 6 months ago

Pendrokar commented 6 months ago

If modifier values of each letter in a word are changed one by one, then symbols are not affected and the effect is diminished.

    "_",
    "<PAD>",
    "P",
    "<PAD>",
    "AE1",
    "<PAD>",
    "L",
    "<PAD>",
    "AH0",
    "<PAD>",
    "D",
    "<PAD>",
    "IH0",
    "<PAD>",
    "N",
    "<PAD>",
    "_"
],
"pitchNew": [
    0,
    0,
    5.911111,
    0,
    5.911111,
    0,
    5.911111,
    0,
    5.911111,
    0,
    5.911111,
    0,
    5.911111,
    0,
    5.911111,
    0,
    0
],
Pendrokar commented 6 months ago

Workaround: Use Shift and Alt keys when pressing on letters.

Pendrokar commented 6 months ago

@Bunglepaws I will probably look into this someday as it doesn't need Python code changes.