about bap_broadcast_sink example

here is 2 question for this example. (v2.9.0)

as i looking for this example, there are some limitations like belows.

  • One BIG, one of the two BIS streams (selectable).


then i have a question, is it a hardware limitation? or just fw limitation?

and this example used a 16bit resolution.
could i changed that bit resolution to 24bit? 

Parents Reply
  • On the nRF5340 Audio DK board, are there any additional settings that need to be configured in the bap_broadcast_sink example to support 48kHz stereo (for the previously mentioned Galaxy Auracast)? Or should I be looking into something other than configuration settings?

    Here are the configuration values I changed separately that I haven’t mentioned earlier:

    CONFIG_TARGET_BROADCAST_CHANNEL=3
    CONFIG_BT_AUDIO_CODEC_CFG_MAX_METADATA_SIZE=100
    CONFIG_BT_AUDIO_CODEC_CFG_MAX_DATA_SIZE=100
    CONFIG_BT_BUF_ACL_RX_SIZE=960
    CONFIG_BT_ISO_RX_BUF_COUNT=12

    CONFIG_MAIN_STACK_SIZE=16384
    CONFIG_HEAP_MEM_POOL_SIZE=16384

Children
Related