Open poiley opened 4 years ago
I have a Pi zero W myself, so I may be able to give this a try.
It looks like something weird is happening in your audio device configuration. What audio input device are you using? is it a USB audio adapter?
Yup, it's a USB Audio Adapter
Any update? I've tried on a third Raspberry Pi with a different audio adapter and getting the same issue.
Sorry if this is late to the party. I don't think those errors are actually preventing anything from working. I get those errors on my headless rpi4 everytime, and it still works. I don't believe pyaudio actually needs Jack, but it tries. You could install jackd on the pi zero, but again, I know the visualization works with those exact errors. The one that really kills you is if you get one that says something like "dsnoop" (Sorry I don't get it anymore so...) that's the thing that has to work in my experience.
After installing everything correctly on a Pi Zero W, I try to run
visualization.py
. I keep getting this in response:I have tried this on both the latest version of Raspbian Buster (2020-02-13) and on the most recent version of Raspbian Stretch (2019-04-08). Both produce the same error.
I tried this on a Raspberry Pi 4B and got it working after running the same commands, but I would like to get this running on the Zero W. Any help would be much appreciated.