This website requires JavaScript.
Explore
Help
Sign In
blackteay
/
GPT-SoVITS
Watch
1
Star
0
Fork
0
You've already forked GPT-SoVITS
mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced
2025-09-06 16:19:47 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
GPT-SoVITS
/
GPT_SoVITS
/
TTS_infer_pack
History
RVC-Boss
5106fbc62a
Merge pull request
#778
from jmaple12/patch-2
...
Update text_segmentation_method.py
2024-03-17 14:40:11 +08:00
..
__init__.py
忽略ffmpeg .gitignore
2024-03-08 23:41:59 +08:00
text_segmentation_method.py
Update text_segmentation_method.py
2024-03-14 18:14:42 +08:00
TextPreprocessor.py
修复了,中英文混合文本合成英文时, 出现空字符报错的问题
2024-03-11 19:35:55 +08:00
TTS.py
缓解了batch_size>1时的复读问题,缓解方法是:在T2S模型中,先对phones进行embedding、对bert_features进行project,再pad到相同长度。
2024-03-16 21:04:49 +08:00