what format is the return buffer of the PDM2PCM function
Hello,I am trying to understand how the PDM_Filter() function works. If I am using 48Khz with a decimation factor of 64 and a output samples = 16If I call the function like this...uint16_t MidBuffer[16]; uint16_t pdmRxBuf[128];PDM_Filter(&pdmRxBuf[0...