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-10-07 23:48:48 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
GPT-SoVITS
/
GPT_SoVITS
/
TTS_infer_pack
History
XTer
0742124015
Merge remote-tracking branch 'beta/fast_inference_'
2024-03-17 22:14:45 +08:00
..
__init__.py
忽略ffmpeg .gitignore
2024-03-08 23:41:59 +08:00
text_segmentation_method.py
改进了字数统计与切割方法,现在是统计英文词数+其它语言字数
2024-03-15 03:33:04 +08:00
TextPreprocessor.py
改进了字数统计与切割方法,现在是统计英文词数+其它语言字数
2024-03-15 03:33:04 +08:00
TTS.py
缓解了batch_size>1时的复读问题,缓解方法是:在T2S模型中,先对phones进行embedding、对bert_features进行project,再pad到相同长度。
2024-03-16 21:04:49 +08:00