-
Notifications
You must be signed in to change notification settings - Fork 876
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
【Show & Tell】 Node.js 版本 #515
Comments
你可以提个 PR 放到推荐 fork 里 |
@idootop 谢谢我去帮你宣传下。 |
@yihong0618 多谢。 目前轮训消息这种实现方式,瓶颈在于无法及时 mute 小爱的回复。 要想效果完美只有走刷机改造这条路,不过这对于小白来说,上手难度和后期维护成本都太高了。 期待以后会有一些开放生态的智能硬件设备出现,这样就可以随心定制了。 |
其实是可以的我之前实现过
你可以试着实现下,或者参考那个主播模式的 issue |
是的,在我的实现里就是这个逻辑。 只不过我不是在空闲阶段一直 stop 设备播放任何音频, 而是通过播放空音频,TTS 无发音字符串,切换麦克风开关状态等方式来强制打断小爱的回复。 各种骚操作都试过,最后的效果都不是很完美。
|
换一种思路,你说的这种“主播模式”,在我的实现里称之为“唤醒状态”,类似于小爱技能: 通过唤醒词进入后就会开始循环 mute 小爱的正常回复(但是可以正常和小爱对话), 当超过一定时间没有新对话产生时,自动退出唤醒状态(也可以通过退出关键词手动触发)。 |
握手。 |
anyway 欢迎 pr 哈哈^_^ |
你这段儿建议加到项目readme里😉 |
项目地址 👉 https://github.com/idootop/mi-gpt
我在此项目的基础上,将其移植到了 Node.js,并添加了以下新特性:
The text was updated successfully, but these errors were encountered: