cancel
Showing results for 
Search instead for 
Did you mean: 

pdm2pcm library, buffers size

SRoma
Associate

Hello,

I find function:

PDM_Filter(void *pDataIn, void *pDataOut, PDM_Filter_Handler_t *

pHandler);

Question: what size in bytes needs to be passed to pDataIn and pDataOut pointers?

Thanks for attention!

1 REPLY 1
SRoma
Associate

I tried to use stm's pdm2pcm library (with no open source code... why?) on gcc..

after week of hard work, pdm2pcm not works.

I think it's need to find open source code of other vendor or github, or use ADC for microphone.