mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-04-06 03:57:44 +08:00
parent
24ccc892af
commit
b3e8eb40c2
@ -50,9 +50,7 @@ def clean_text(text, language, version=None):
|
|||||||
else:
|
else:
|
||||||
phones = language_module.g2p(norm_text)
|
phones = language_module.g2p(norm_text)
|
||||||
word2ph = None
|
word2ph = None
|
||||||
|
phones = ['UNK' if ph not in symbols else ph for ph in phones]
|
||||||
for ph in phones:
|
|
||||||
phones = ['UNK' if ph not in symbols else ph for ph in phones]
|
|
||||||
return phones, word2ph, norm_text
|
return phones, word2ph, norm_text
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user