Skip to content

Archivoice/ACV-diffsinger-Chinese-support

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AV-style-diffsinger-Chinese-system

A more detailed phonetic system for diffsinger Chinese

The dictionary-cn.txt is a minimal dictionary for training, will not work with OpenUtau or command-line interface (CLI) inference. For use in OU, use the dictionary provided here, and for CLI inference, use this.

NNSVS 0.3.0 Chinese Phoneme Compatibility

The 0.3.0 version of our Chinese support for NNSVS does not have i0 independent of I. And thus to fix issues with porting datasets labeled with that phoneme system, a regex string is provided below to batch replace the phonemes in the .lab files. The regex string will convert every instance of individual I, ie. c I => c i0.

Find:

(\d+ )I(|\n|\r)(\d+ \d+ (?!N|ng))

Replace:

$1i0$2$3

About

A more detailed phonetic system for diffsinger Chinese

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors