nRF5340 Audio DK broadcast source USB issue

In case I run the code from zephyr/samples/bluetooth/broadcast_audio_source, I get following error, when I play audio:

--- 21 messages dropped ---
Not enough room for samples in left buffer: 0 < 32, total capacity: 640
--- 21 messages dropped ---
Not enough room for samples in left buffer: 0 < 32, total capacity: 640
--- 21 messages dropped ---
Not enough room for samples in left buffer: 0 < 32, total capacity: 640
--- 21 messages dropped ---
Not enough room for samples in left buffer: 0 < 32, total capacity: 640

After I stop the audio, the log messages stop.

I didn't applied any changes to the config. What could be the problem here? Should I increase audio ring buffer? Is something wrong with my audio?

ncs v2.6.0

Parents Reply Children
Related