Lumina icon indicating copy to clipboard operation
Lumina copied to clipboard

Question; add button for mic

Open ddave47 opened this issue 1 year ago • 2 comments

ddave47 avatar Aug 14 '24 05:08 ddave47

If I wanted a to add a button for the mic could you direct me to the code I would need to change? I don't like the idea of it listening to me all day long. Really great project though! thanks!

ddave47 avatar Aug 14 '24 05:08 ddave47

You would need to change the wake_word() function to be a button push detection function and would no longer need to import pvporcupine. Keep in mind, however, that pvporcupine is only listening for a wake word and runs locally on the RPi. It does not record anything you say while it is listening for the wake word nor does it send anything you say to the cloud. So the wake_word function is as private as a button push detection function.

DevMiser avatar Aug 25 '24 00:08 DevMiser