wukong-contrib icon indicating copy to clipboard operation
wukong-contrib copied to clipboard

wukong-robot

Open wzpan opened this issue 6 years ago • 4 comments

https://wukong.hahack.com/#/tips

一个简单、灵活、优雅的机器人

wzpan avatar Feb 20 '19 09:02 wzpan

你好,请问我自己录的唤醒词,家庭其他成员可以唤醒吗?

mimokini avatar Jun 14 '21 14:06 mimokini

@mimokini 不可以。多个人使用的话,建议用snowboy.umdl这种通用模型。

wzpan avatar Jun 14 '21 15:06 wzpan

Google AIY Voice Kit支持硬件音频回路吗?

cruiserli avatar Jul 22 '21 00:07 cruiserli

回音消除,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

cgisky1980 avatar Sep 06 '22 21:09 cgisky1980