-
Notifications
You must be signed in to change notification settings - Fork 9
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
bug: Failed to initialized SDL: dsp: No such audio device with March 15th 2024 Raspberry Pi OS #88
Comments
Possible workaround - use older Raspberry Pi OS image, I'm traveling in June, will be back to fixing it the beginning of July. |
Great video on YT :) I'm also seeing the same issue described above, kernel version 6.6.31+rpt-rpi-v8 |
Having a similar issue with the list_audio_devices argument. Not using a reSpeaker, instead using a USB webcam I had lying around which has an audio channel. Should return something on list_audio_devices but returns the same: ERROR: Failed to initialized SDL: dsp: No such audio device Kernel Version: 6.6.20+rpt-rpi-v8 |
I've been fixing the CI issues and it's green again cc9d098 |
Nice! I just hit this bug yesterday, hopefully you'll manage to resolve the issue soon. Looking forward to trying the stream option |
Okay, I got one step closer to solving it. From the latest Raspberry Pi OS (
I'll do a clean build to see which one did the trick (likely libsdl2-mixer-2.0-0) and then update the README. |
Only this command is necessary. You MUST rebuild and reinstall the bindings after. |
Closed with d549400 |
Describe the bug
Running on Raspberry Pi 4 with reSpeaker
To reproduce
No response
Expected behavior
No response
Environment
pi@raspberrypi:~ $ uname -a
Linux raspberrypi 6.6.20+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.6.20-1+rpt1 (2024-03-07) aarch64 GNU/Linux
The text was updated successfully, but these errors were encountered: