You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
changed the title
Question
Question; add button for mic
Aug 14, 2024
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.
No description provided.
The text was updated successfully, but these errors were encountered: