If you want to write software differently that what's already provided, you need to dive into the technical details and make your own decisions regarding these many design choices. The existing code is open source, so maybe it can help. I can...
I understood but there something I need you to take a look
1. Given that USB delivers variable packet sizes and EDMA for SAI typically uses fixed transfer sizes, what is the recommended pattern to bridge these domains?
Is it acceptable to:
-...
Heyy im back with few questions im facing problems with
1.Can I bypass the AudioStream framework and directly interface USB audio buffers to SAI (I2S) using EDMA?
Are there examples of using SAI + DMA without the Audio library abstraction?
2...