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