You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have built the examples from source on a Raspberry Pi 4, and when I run the sio_sine example, it plays for a moment, and then quckly cuts off and becomes non-responsive.
The program output is this:
Backend: ALSA
ALSA lib pcm_dsnoop.c:575:(snd_pcm_dsnoop_open) The dsnoop plugin supports only capture stream
Output device: snd_rpi_hifiberry_dacplus, HiFiBerry DAC+ HiFi pcm512x-hifi-0: Default Audio Device
Software latency: 0.008000
'p\n' - pause
'u\n' - unpause
'P\n' - pause from within callback
'c\n' - clear buffer
'q\n' - quit
unable to set channel layout: incompatible device
And then the program hangs and will not accept input.
Is this a known issue, and is there a way to solve it?
The text was updated successfully, but these errors were encountered:
I have built the examples from source on a Raspberry Pi 4, and when I run the
sio_sine
example, it plays for a moment, and then quckly cuts off and becomes non-responsive.The program output is this:
And then the program hangs and will not accept input.
Is this a known issue, and is there a way to solve it?
The text was updated successfully, but these errors were encountered: