-
Notifications
You must be signed in to change notification settings - Fork 23
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
Nothing happens? #20
Comments
Hey I'm currently experiencing a similar problem where nothing happens when the program is launched. I think it has something to do with it not recognizing a wake word, so it might be an issue with the microphone or another software issue. Were you able to find a solution? |
Currently investigating the same issue, audio records fine and plays fine so the mic is alright. Also tried raising mic input with alsamixer but nothing still |
@olskar - based upon your other issue with the pygame attribution error, it appears that you got past the "nothing happens" issue? If so, please share how you did it. |
@DevMiser As I first step to investigate for people having "nothing happens" issue I would say instal demo with " sudo pip3 install pvporcupinedemo" and try to run that, it did not work for me. I then "run porcupine_demo_mic --show_audio_devices" and saw that the default device was wrong. In the demo it is possible to add argument --audio_device_index to choose device, but I dont think it is possible to choose device in the regular python code. aplay -L gave me this: So the DaVinci code is using device 0, and therefore it did not work. |
Or maybe is possible in here?
|
Hi, thanks for the instructions, i tried to follow them as closely as possibile but nothing happens when i start the program, It Just stays blank for 5 minutes then goes back to the directory.
I'm new to Raspberry so i must be doing something wrong, i'm using a USB headset as microphone/speaker, could this be the problem?
Thank you so much.
The text was updated successfully, but these errors were encountered: