Hi,
I try sdk 17.02 nRF52840 usb audio demo, I want to achieve 48KHz stereo music play by a I2S DAC.
Because I need to compress data in main while(1) loop, I found that when processing data in the main loop takes time more than 1ms, will lead to noise. I think this may caused by the code while (app_usbd_event_queue_process()) in while(1) loop ,could you please give some suggestions to achieve my goal.
Thanks for your time.