Skip to content

Commit b08560b

Browse files
alexsvenrlubos
authored andcommitted
applications: nrf5340_audio: Increase rx configs for bidirectional
- Fixes bug where debug log for rx direction was not initialized - Even though max decode is set to 2, only one streams is actually decoded, same as before. - OCT-3456 Signed-off-by: Alexander Svensen <[email protected]>
1 parent 7fb2867 commit b08560b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

applications/nrf5340_audio/unicast_client/overlay-unicast_client.conf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ CONFIG_UTF8=y
3232
CONFIG_BT_CONTENT_CTRL_MEDIA=y
3333

3434
CONFIG_LC3_ENC_CHAN_MAX=2
35-
CONFIG_LC3_DEC_CHAN_MAX=1
35+
CONFIG_LC3_DEC_CHAN_MAX=2
3636
CONFIG_AUDIO_ENCODE_CHANNELS_MAX=2
3737
CONFIG_MBEDTLS_ENABLE_HEAP=y
3838
CONFIG_MBEDTLS_HEAP_SIZE=2048
39+
CONFIG_BT_AUDIO_CONCURRENT_RX_STREAMS_MAX=2
40+
CONFIG_AUDIO_DECODE_CHANNELS_MAX=2

0 commit comments

Comments
 (0)