mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-10-07 15:19:59 +08:00
Merge remote-tracking branch 'upstream/main' into chores
merge
This commit is contained in:
commit
86fbc43046
@ -324,6 +324,8 @@ class en_G2p(G2p):
|
|||||||
# 单读 A 发音修正, 此处不存在大写的情况
|
# 单读 A 发音修正, 此处不存在大写的情况
|
||||||
if w == "a":
|
if w == "a":
|
||||||
phones.extend(['EY1'])
|
phones.extend(['EY1'])
|
||||||
|
elif not w.isalpha():
|
||||||
|
phones.extend([w])
|
||||||
else:
|
else:
|
||||||
phones.extend(self.cmu[w][0])
|
phones.extend(self.cmu[w][0])
|
||||||
return phones
|
return phones
|
||||||
|
@ -9,7 +9,7 @@ A Powerful Few-shot Voice Conversion and Text-to-Speech WebUI.<br><br>
|
|||||||
|
|
||||||
[](https://colab.research.google.com/github/RVC-Boss/GPT-SoVITS/blob/main/colab_webui.ipynb)
|
[](https://colab.research.google.com/github/RVC-Boss/GPT-SoVITS/blob/main/colab_webui.ipynb)
|
||||||
[](https://github.com/RVC-Boss/GPT-SoVITS/blob/main/LICENSE)
|
[](https://github.com/RVC-Boss/GPT-SoVITS/blob/main/LICENSE)
|
||||||
[](https://huggingface.co/lj1995/GPT-SoVITS/tree/main)
|
[](https://huggingface.co/spaces/lj1995/GPT-SoVITS-v2)
|
||||||
[](https://discord.gg/dnrgs5GHfG)
|
[](https://discord.gg/dnrgs5GHfG)
|
||||||
|
|
||||||
**English** | [**中文简体**](./docs/cn/README.md) | [**日本語**](./docs/ja/README.md) | [**한국어**](./docs/ko/README.md) | [**Türkçe**](./docs/tr/README.md)
|
**English** | [**中文简体**](./docs/cn/README.md) | [**日本語**](./docs/ja/README.md) | [**한국어**](./docs/ko/README.md) | [**Türkçe**](./docs/tr/README.md)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user