-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Google voice Support #385
Merged
Merged
Google voice Support #385
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pyttsx3的文字转语音有点问题,在max和linux默认都没有正常工作。 |
zhayujie
reviewed
Mar 7, 2023
感谢PR, 不错的语音支持! 如果用openai的Whisper接口, 效果如何呢 |
zhayujie
reviewed
Mar 8, 2023
正在测试Whisper的接口,有点奇怪的问题 |
SpeechRecognition 的接口需要代理嘛 |
字符编码可能不正确,解析出来的text文本发送到openai的接口没有回复 |
需要的 |
改为默认使用whisper |
zhayujie
approved these changes
Mar 8, 2023
一对一测试可以,不错!不过楼主怎么才能用群聊唤起语音呢? |
微信号被封了,没法测试呀 |
用itchat协议一直很稳定,调试下wechaty直接封号了 |
Open
Leslie0310
pushed a commit
to Leslie0310/chatgpt-on-wechat
that referenced
this pull request
Dec 8, 2024
Voice support
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add spupport for voice message, using google voice SpeechRecognition service