Hi,
I am evaluating the nRF5340 Audio DK and measuring while adjusting the audio bitrate.
I found the following 3 symbols definition for bitrate.
CONFIG_LC3_BITRATE=96000 (Default)
CONFIG_LC3_BITRATE_MAX=124000
CONFIG_LC3_BITRATE_MIN=32000
I tried setting it to 124000 in prj.conf and writing it to both the gateway and the headset, but it seems that the headset cannot receive or play the broadcast.
# nRF5340 Audio
CONFIG_NRF5340_AUDIO=y
CONFIG_AUDIO_DEV=1
CONFIG_TRANSPORT_BIS=y
CONFIG_TRANSPORT_CIS=n
CONFIG_AUDIO_SOURCE_USB=n
CONFIG_AUDIO_SOURCE_I2S=y
CONFIG_AUDIO_FRAME_DURATION_7_5_MS=n
CONFIG_AUDIO_FRAME_DURATION_10_MS=y
CONFIG_LC3_BITRATE=124000
If I set it to 112000 or 32000 it works fine.
Is there a way to run at 124000 bps or higher?
I use 2 PCA10121 (1.0.0) boards, NCS 2.1.2 and sample code "nrf5340_audio".
Regards,
Gotoda