Closed skistaddy closed 2 years ago
I've downloaded SamplerBox to my Raspberry Pi 4. After running python samplerbox.py, I get Invalid audio device #2. How do I fix this?
python samplerbox.py
Invalid audio device #2
I ran into the same issue. Installing pulseaudio worked for me:
sudo apt-get install pulseaudio
I've downloaded SamplerBox to my Raspberry Pi 4. After running
python samplerbox.py
, I getInvalid audio device #2
. How do I fix this?