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

Fixes broken phonemes in EnglishTextPreprocessor #43

Closed Bunglepaws closed 1 year ago

Bunglepaws commented 1 year ago

Fixes error caused by manually entering phoneme symbols in the editor. They get converted to lowercase in clean_am_pm. example: ValueError: 't' is not in list

DanRuta commented 1 year ago

awesome work finding, tracking this down, and fixing! Thank you