5340 audio change to right channel

Hello

nRF5340-audio-DK, NCS2.0.2, VScode

press BUTTON_VOLUME_UP then button reset,can't change to channel right.

    if (CONFIG_AUDIO_DEV == HEADSET) {
        ret=channel_assignment_set(AUDIO_CHANNEL_RIGHT);
        if(ret)printk("set channel right err:%d\n",ret);
    }

change to channel right failed, return -30

  

another question,  5340-audio can DFU?

  

Best regards

Parents Reply
  • Hi

    jettoo said:
    1.CIS mode,when is bidirectional communication supported?

    This is work in progress, yes. There is no schedule for it right now, but hopefully we will have more information about this soon. 

    jettoo said:
    2.when LC3 support 16bit 16kHZ?

    The codec supports it already, but currently it is not very easy to change from the application side. There is a pull request in the works to simplify this process, you can check it out here.

    Best regards
    Torbjørn 

Children
Related