I am trying to build a model for devnagri(Hindi) TTS . So I was just curious, if we are using the phonemizer library to convert the text(language supported by this module) to phonemes, and setting the use_phonemes in config to be True, does it make any difference to update _characters in the symbols.py accordingly because at the end of the day, we will be giving the phonemic text as input to the model.
Also in the lines of hindi text, few of the characters in devanagri take up 8 bytes , for e.g., के is made with two unicode characters combined “क” and " े"(gets splitted when you print them in python). So would it be fine to dump the devnagari characters into the symbols.py(for both with and without phoneme case of training) and go in with training.