We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
✅ Yes
希望能针对用户输入语音转为文字的能力。作为 voiceflow 的基础能力。
调研TTS 常用的 API 以及本地训练的方法
豆包返回的事件格式:
{"event":"result","result":{"Text":"你。为什么是这样的?这是什么原理?"},"code":0,"message":""}
ws 时间限制,后端针对链接超过一个小时的情况,主动断开链接。
{"event":"","result":null,"code":710010701,"message":"connection timeout"}
客户端可以再次发起链接。
客户端传递的是二进制。
语音功能是非常重要的,用户更好的体验
No response
The text was updated successfully, but these errors were encountered:
cubxxw
No branches or pull requests
Checklist
Is this feature request related to a problem?
✅ Yes
Problem Description
希望能针对用户输入语音转为文字的能力。作为 voiceflow 的基础能力。
Solution Description
调研TTS 常用的 API 以及本地训练的方法
豆包返回的事件格式:
ws 时间限制,后端针对链接超过一个小时的情况,主动断开链接。
客户端可以再次发起链接。
客户端传递的是二进制。
Benefits
语音功能是非常重要的,用户更好的体验
Potential Drawbacks
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: