Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question; add button for mic #14

Open
ddave47 opened this issue Aug 14, 2024 · 2 comments
Open

Question; add button for mic #14

ddave47 opened this issue Aug 14, 2024 · 2 comments

Comments

@ddave47
Copy link

ddave47 commented Aug 14, 2024

No description provided.

@ddave47
Copy link
Author

ddave47 commented Aug 14, 2024

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 ddave47 changed the title Question Question; add button for mic Aug 14, 2024
@DevMiser
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants