nrf5340 audio: Minimal audio latency

We are using the nrf5340 audio demo, and the audio delay currently tested in BIS mode is about 40ms.
We are trying to achieve lower transmission latency, without considering other factors.
Current attempts include: SDU size, number of retransmissions, CONFIG_BT_AUDIO_PRESENTATION_DELAY_US.
The above doesn't seem to reduce my latency.
Do you have any relevant suggestions? What configurations can be used to reduce it?

Parents
  • Hello,

    We are using the nrf5340 audio demo, and the audio delay currently tested in BIS mode is about 40ms.
    We are trying to achieve lower transmission latency, without considering other factors.
    Current attempts include: SDU size, number of retransmissions, CONFIG_BT_AUDIO_PRESENTATION_DELAY_US.
    The above doesn't seem to reduce my latency.

    Could you elaborate on how you made these modifications, and if you were able to verify whether they went into effect?
    Could you also elaborate on your test setup for how you have measured the latency - is this the end-to-end latency you are measuring?

    Best regards,
    Karl

  • Hi,Karl,

    I modified it by
    CONFIG_BT_AUDIO_MAX_TRANSPORT_LATENCY_MS=10
    CONFIG_BT_AUDIO_RETRANSMITS=1
    CONFIG_LC3_BITRATE=32000

    Then,I measured the audio waveform at the analog input/output location and found the phase difference in.

    Best regards,

    Reskyllr

Reply Children
Related