Hello,
I am working on the iMXRT688-aud-evk board.
My project reads audio samples from the DMic based on the dmic_multi_channel driver example, and writes data to USB based on the dev_composite_audio_multi_ch_unified_freertos.
Between reading the audio data from the DMic and USB and sending the data to USB, I perform some processing on the audio. However, the amount of samples read is too small for what I need (32 samples in each channel from the DMic) and I would like to increase the number of samples read to 2048 if possible.
How can I increase the number of samples read from each channel at once?
Thanks in advance!