Does the nrf5340 audio DK can support the mutichannel USB device?

Hello,

In the nrf5340_aduio application. I found it support 2 channels both of output(mic signal) and input(audio signal) on the USB device.

But i want to know if it can support mutichannel for the USB devic? for example, support 4 or 6 channel mic signal to PC through USB.

I know if that possible, the driver and the audio process part both need to modify.

But first step i want to modiify the driver part first to make the PC can identify the decice has up to 4 or 6 channels, Even if it is only displayed on a PC, the audio part cannot function properly.

In the default sample, the Windows11 can recognized it:

Then I have tried to add the "mic-channel-c;" to the dt overlay file.

&hs_0 {
    mic-channel-c;
};

Then the PC seems can recognized the USB audio device, but there is no Advanced page to check the channel:

So can you help me to modify the driver part to make the PC can identify the right number of the channles?

I think if the driver part work well, then i can go to modify the audio processing part.

Thank you very much!

Parents Reply
  • Hi,

     

    huma said:

    Hello Håkon,

    Thank you for your reply.

    I'm glad there's a way to modify the sampling rate.

    I will try to verify this feature in the next few days, and if there are any issues, I will continue to come back to you for advice.

    Thank you very much!

    I'm always happy to help out. Let me know if you run into any issues or problems, and I'll try to help out!

     

    Kind regards,

    Håkon

Children
Related