top of page

Some notes about Voice Sythesis

Jan 30, 2023
1 min read

Some notes for voice synthesis tutorial videos I looked these days:


For vits:

· Training in Linux has better efficiency and less bug when compared with Windows.

· Tell the machine what emotion is, Chinese: https://github.com/innnky/emotional-vits (Use cluster to simplify multi-models work)

· For the emotional model, vits can synthesize a sentence close to the target sentence, but it doesn’t know what the emotion means, it’s just a parameter.

· Assumption: It seems in the future, if owning enough samples for one voice actor, just pick out an emotional voice sample as a standard tag to define the specific emotion and provide enough sample tags to classify the emotion. Then this voice actor’s unique emotional expression can be controlled. If there are enough similar tags for different actors, can clustering extract characters from the same emotional expression among different characters?

For Diffsinger:

· Very powerful, and the quality can match the origianl sources from Sythersizer V . The most important part is it is an open-source project.

· It can also simplify the process. After tagging the pronunciation, it needs less hand adjustment.

 
 
 

Comments


bottom of page