-
Notifications
You must be signed in to change notification settings - Fork 69
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
小爱语音不播报chatGPT的回答。 #4
Comments
这个要看看有没有GPT的输出,没有的话可能是网络问题 |
有gpt的输出 |
我也遇到了,调用 text_to_speech 接口时返回 {
"code": 0,
"message": "Msg has been successfully proxy to the device, this service is a simple proxy, if you encounter any problems pls contact ROM\u0027s developers directly!!!",
"data": {
"code": 0,
"info": "{\"is_mic_mute\":0}"
}
} 但是设备并没有播报,不过确实打断了小爱自己的回答 小爱设备:小爱音箱触屏版 |
SOUND_TYPE 没有用到...使用 https://github.com/Yonsm/MiService 可以播报 |
我也遇到了,我家里两台音箱,有GPT的输出,LX06可以打断正常播出语音,L05C就不行 |
这个我确实没有考虑,当时做的时候只考虑一个音箱和常见型号了,有的型号要用command。我测试过的是小爱音箱和小爱音箱pro直接使用没有问题 |
触屏版还发现个问题,获取是否正在播放一直是 False 导致每句话没说完就被后面一句话吞了 方便告诉我获取播放状态的 Command 是哪个嘛?找了一下午没找到。。。 |
这个好像是没有,你可以去MiService里看看 |
其实现在很受限,能调用的API太少啦!你们有好的方案可以一起PR,我们一起完善 |
就是在 MiService 里找了半天没找到,我在米家 app 上能看到小爱的状态,然后抓包看了下,看起来是一个接口,不过好像是加密了
里面有这这两个请求头
这是说了加密算法了吧0.0 |
哈哈,高手如云呐!这个要是能逆向那就跟真的音箱一样了 |
|
|
是这样的,我在写的时候也被坑过,这个感觉现在还是做不了,型号问题 |
奇怪的是小爱语音不播报chatGPT的回答,只播报自带的回答内容。
这是啥原因。
The text was updated successfully, but these errors were encountered: