Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 增加VITS文本转语音的支持 #248

Merged
merged 3 commits into from
Apr 24, 2023
Merged

Conversation

2DIPW
Copy link
Contributor

@2DIPW 2DIPW commented Apr 22, 2023

作者您好:
VITS是一个可以通过输入语音数据集训练以克隆声线的AI文本转语音模型(原始项目:https://github.com/jaywalnut310/vits),加入对VITS的支持能够让智能音箱以用户自己喜欢的角色的声线来说话,增添趣味性。
考虑到运行wukong-robot的设备性能一般不会太高,我对https://github.com/Artrajz/vits-simple-api进行了封装,用户可以在性能较高的服务器上部署vits-simple-api服务器,智能音箱作为本地客户端发起请求,由服务器来完成VITS的推理。

@2DIPW 2DIPW closed this Apr 23, 2023
@2DIPW 2DIPW reopened this Apr 23, 2023
@2DIPW 2DIPW marked this pull request as draft April 23, 2023 09:59
@2DIPW 2DIPW marked this pull request as ready for review April 23, 2023 10:20
Copy link
Contributor Author

@2DIPW 2DIPW left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

再次阅读了您的源码后,我认为这里的异常处理应该交给Conversation.py去做

@wzpan
Copy link
Owner

wzpan commented Apr 24, 2023

LGTM! 实现考虑挺完整的。

@wzpan wzpan merged commit e18bc67 into wzpan:master Apr 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants