I’m trying to use the “Keyword Detection” node for a filter, and am starting by trying to make the most basic example work.
My setup has “Audio from Microphone” going into a “Keyword Detection” node, with one Keyword (the string “hi”), and the “Detected: Exec” output just setting a boolean variable to true, and the “Audio” output stream going to “Detection Output”.
When I run this, I cannot get it to detect “hi” (or any other examples I’ve tried: “hello”, “cat”, etc…).
What am I doing wrong?