I've purchased a couple of nRF5340 Audio DKs for testing Auracast broadcast source/sink. Installed VS Code and have the sample apps built & flashed.
SOURCE: Sample app bap_broadast _source. Audio source is either line in from a phone headphone, or USB audio from PC.
SINK:Sample app bap_broadcast_sink using line out jack
Problem is I get no audio output. The sink is definitely connecting & receiving the stream according to the uart output:
Stream 0x20000f88 connected Stream 0x20000f88 started Enable: stream with codec 0x200079e8 Enabling LC3 decoder with frame duration 10000us, frequency 16000Hz and with channel allocation 0x00000002, 40 octets per frame and 1 frame blocks per SDU Waiting for PA disconnected Stream 0x20000f88: received 1000 total ISO packets: Valid 1000 | Error 0 | Loss 0 Stream 0x20000f88: received 2000 total ISO packets: Valid 2000 | Error 0 | Loss 0 Stream 0x20000f88: received 3000 total ISO packets: Valid 3000 | Error 0 | Loss 0 Stream 0x20000f88: received 4000 total ISO packets: Valid 4000 | Error 0 | Loss 0 Stream 0x20000f88: received 5000 total ISO packets: Valid 5000 | Error 0 | Loss 0 Stream 0x20000f88: received 6000 total ISO packets: Valid 6000 | Error 0 | Loss 0 Stream 0x20000f88: received 7000 total ISO packets: Valid 7000 | Error 0 | Loss 0 Stream 0x20000f88: received 8000 total ISO packets: Valid 8000 | Error 0 | Loss 0 Stream 0x20000f88: received 9000 total ISO packets: Valid 9000 | Error 0 | Loss 0 Stream 0x20000f88: received 10000 total ISO packets: Valid 10000 | Error 0 | Loss 0 Stream 0x20000f88: received 11000 total ISO packets: Valid 11000 | Error 0 | Loss 0 Stream 0x20000f88: received 12000 total ISO packets: Valid 12000 | Error 0 | Loss 0 Stream 0x20000f88: received 13000 total ISO packets: Valid 13000 | Error 0 | Loss 0 Stream 0x20000f88: received 14000 total ISO packets: Valid 14000 | Error 0 | Loss 0 Stream 0x20000f88: received 15000 total ISO packets: Valid 15000 | Error 0 | Loss 0 Stream 0x20000f88: received 16000 total ISO packets: Valid 16000 | Error 0 | Loss 0 Stream 0x20000f88: received 17000 total ISO packets: Valid 17000 | Error 0 | Loss 0 Stream 0x20000f88 disconnected with reason 0x08
(the disconnection is me powering off the source DK)
Is there a config change needed for headphone out?