You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current MakeDiffSinger repository only supports automatic ph_num inference for monosyllabic phoneme systems. The reason is that we cannot judge the onset phones from a sequence of phones of a polysyllabic system, where one word can have multiple vowels, and not all vowels are onset phones.
However, the onset phones can still be inferred provided with proper extra information. Some useful information may be:
A list of onset vowels.
A list of non-onset phones that can be shifted/skipped in the front of each word.
Combination patterns that can determine onset phones in them.
Also, with a graceful implementation of this idea, we may unify the algorithm to all universal dictionaries, despite their languages and phoneme system categories.
This discussion was converted from issue #11 on November 24, 2023 14:36.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Motivation
The current MakeDiffSinger repository only supports automatic
ph_num
inference for monosyllabic phoneme systems. The reason is that we cannot judge the onset phones from a sequence of phones of a polysyllabic system, where one word can have multiple vowels, and not all vowels are onset phones.However, the onset phones can still be inferred provided with proper extra information. Some useful information may be:
Also, with a graceful implementation of this idea, we may unify the algorithm to all universal dictionaries, despite their languages and phoneme system categories.
Beta Was this translation helpful? Give feedback.
All reactions