wukong-contrib
wukong-contrib copied to clipboard
wukong-robot
https://wukong.hahack.com/#/tips
一个简单、灵活、优雅的机器人
你好,请问我自己录的唤醒词,家庭其他成员可以唤醒吗?
@mimokini 不可以。多个人使用的话,建议用snowboy.umdl这种通用模型。
Google AIY Voice Kit支持硬件音频回路吗?
回音消除,ec的配置有些麻烦,而且使用过程中有内存泄漏的情况。 直接使用PulseAudio的webrtc的回音消除模块,编辑/etc/pulse/default.pa文件 最后加入
.ifexists module-echo-cancel.so
load-module module-echo-cancel aec_method=webrtc source_name=echocancel sink_name=echocancel1
set-default-source echocancel
set-default-sink echocancel1
.endif