Close

First test of an external python program to handle intents.

A project log for Build Your Own Voice Control Module

Add voice control to any projects with an easy-to-build combination of off-the-shelf hardware and open source software.

dennisDennis 04/22/2023 at 19:360 Comments

First test of an external python program to handle intents. I had a few issues with permissions. For now, I have a program folder inside of the Rhasspy/en file that contains the commands.py file. What was accomplished? Calling an external program, so now we can control anything we want, a working wakeup word and running the LEDs with threading from the python program.

Discussions