mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-04-06 03:57:44 +08:00
Fix merge yi
This commit is contained in:
parent
b3e8eb40c2
commit
3cf0fb799d
@ -681,6 +681,7 @@ class ToneSandhi:
|
|||||||
and seg[i - 1][0] == "一"
|
and seg[i - 1][0] == "一"
|
||||||
and seg[i - 2][0] == word
|
and seg[i - 2][0] == word
|
||||||
and pos == "v"
|
and pos == "v"
|
||||||
|
and seg[i - 2][1] == "v"
|
||||||
):
|
):
|
||||||
continue
|
continue
|
||||||
else:
|
else:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user