简体   繁体   English

如何在Google Assistant Raspberry Pi 3(非AIY套件)上更改热词(唤醒词)

[英]How do I change the Hot Word (wake word) on Google Assistant Raspberry Pi 3 (Non-AIY Kit)

I've found some great tutorials around the internet on how to change the wake word on the AIY Kit for the Raspberry Pi ( Here's a good video of that ), but cannot find one anywhere on how to change the hotword for a regular RPi 3 with the API setup. 我在互联网上找到了一些很棒的教程,关于如何在Raspberry Pi的AIY套件上更改唤醒词( 这是一个不错的视频 ),但找不到任何地方可以更改常规RPi 3的热词。使用API​​设置。

I'm in the process of writing a beginners' tutorial on this and would love any and all advice on how to do this without the AIY kit. 我正在编写有关此内容初学者教程,并且很乐意在不使用AIY套件的情况下获得有关此方法的所有建议。 For reference and comparison, the AIY kit strategy is on that linked tutorial above in Part 5 using Snowboy's hotword creator. 为了进行参考和比较,第5部分中的链接教程中使用了Snowboy的热词创建器,提供了AIY工具包策略。

Thanks in advance everyone! 预先感谢大家!

You should be able to use snowboy as long as you have some way of recording as a raw wav. 只要您有某种原始录音的方式,就应该可以使用snowboy。 I have done some work for the AIY Voice kit Hotword and Voice Activation which may be of help. 我为AIY语音工具包Hotword和语音激活做了一些工作,可能会有所帮助。 Basically get your audio into a queue in one thread and then take the audio off the other end and pass to snowboy. 基本上,将音频放入一个线程中的队列中,然后将音频从另一端移出并传递给snowboy。 The activation is all done locally. 激活全部在本地完成。 Once activated you can carry on sending to Google. 激活后,您可以继续发送给Google。 Hope this helps. 希望这可以帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM