Page 1 of 1

Integrating keyword detection with other devices

Posted: Thu Aug 30, 2018 10:57 pm
by paul_akruta
Does the keyword detection only work for Alexa, or can it be used to activate Google Assistant as well?

I also see in Makefile.vfspk_home under app_vf_spk_base that the Alexa interrupt is for Raspberry Pi. Is this interrupt also useable for other devices, like Android?

Re: Integrating keyword detection with other devices

Posted: Fri Aug 31, 2018 12:44 pm
by johned
Hi Paul,
There are some useful tutorials on the minidsp website for connecting XMOS to different cloud services : https://www.minidsp.com/applications/usb-mic-array. These do require the keyword to be run on the Pi.

The interrupt to the Pi is via a gpio pin and you can connect this to any applications processor. The code is in userevents.xc.

Best regards,
John