mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-04-05 04:22:46 +08:00
support gpt-sovits v2
support gpt-sovits v2
This commit is contained in:
parent
05028e3587
commit
85a57be266
@ -82,6 +82,7 @@ if os.path.exists(txt_path) == False:
|
||||
for name, text, lan in data:
|
||||
try:
|
||||
name = os.path.basename(name)
|
||||
print(name)
|
||||
phones, word2ph, norm_text = clean_text(
|
||||
text.replace("%", "-").replace("¥", ","), lan
|
||||
)
|
||||
@ -112,6 +113,12 @@ if os.path.exists(txt_path) == False:
|
||||
"EN": "en",
|
||||
"en": "en",
|
||||
"En": "en",
|
||||
"KO": "ko",
|
||||
"Ko": "ko",
|
||||
"ko": "ko",
|
||||
"yue": "yue",
|
||||
"YUE": "yue",
|
||||
"Yue": "yue",
|
||||
}
|
||||
for line in lines[int(i_part) :: int(all_parts)]:
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user