Snips Commands - snipsco/snips-commands-documentation GitHub Wiki
Overview
Snips Commands is a lightweight voice recognition software designed for constrained environments (ARM Cortex-M family).
This software supports wake word detection and voice commands detection. Nominally, the software will listen for a wake word and then listen for commands to fill out an intent, but this is customizable by the developer.
This software is event based using a callback pattern. It can be implemented in a bare metal environment or with an operating system (FreeRTOS for instance).