hahahumble / speechgpt

💬 SpeechGPT is a web application that enables you to converse with ChatGPT.
https://speechgpt.app
MIT License
2.72k stars 404 forks source link

fix: use sdk to complete azure text-to-speech #53

Closed chengfengfengwang closed 1 year ago

chengfengfengwang commented 1 year ago

使用Azure APi请求语音会受网络环境限制,有时候会很慢。是否可以用本地SDK合成语音?已在本地测试,在普遍情况下速度要优于API合成

51

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
speechgpt ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 21, 2023 8:11am
hahahumble commented 1 year ago

当 Azure Subscription Key 或者 Region 出现错误时,speakTextAsync() 方法不会直接报错,而是 Websocket 报错,程序就会一直在 Waiting 的状态

image-OUwVqURz