google-assistant-hotword-raspi icon indicating copy to clipboard operation
google-assistant-hotword-raspi copied to clipboard

Any updates for latest SDK?

Open LarsNorgaard opened this issue 7 years ago • 5 comments

The latest SDK has hotword function build in, so we wouldn't need Snowboy anymore.

Will there be any update for this?

LarsNorgaard avatar May 27 '17 19:05 LarsNorgaard

Google have an announcement about their hot-word detection is supported only on ARMv7l instructions. And our tiny RaspberryPi Zero have only ARMv6l instructions. So, we still need 3rd party hot-word detection. :-)

GearWalker avatar May 29 '17 07:05 GearWalker

My device is the ARMv7l based BananaPi, but I can't get most of the guides to work on my device. The closed I've got is with your scripts, but without the hotword detection due to Python3 :)

LarsNorgaard avatar May 29 '17 11:05 LarsNorgaard

Why don't you run with Py2.7? Most OSes come with both Py2 and Py3 pre-installed.

warchildmd avatar May 29 '17 15:05 warchildmd

Any update to this for the latest API?

sipvoip avatar Jul 31 '17 18:07 sipvoip

I took the liberty to update it to the latest SDK and compiled Snowboy for Python 3.

Please check my pull request #9.

Shaxine avatar Aug 30 '17 23:08 Shaxine