Where to start with capturing audio data with MEMS pdm-microphone?
I'm trying to capture audio data such that I could process it and create spectrograms. So far I'm able to create frequency domain graphs with my device using fast fourier transform. But my true goal would be to capture enough data to create wav files. Is this possible? If so could you guys give me an initial code base to work on? Since I'm not very familiar with all the lower level stuff at the moment. Any help would be appreciated, thanks.
Here are my current devices:
Micro-Controller: STM32L476RG
MEMS pdm-mic: SPH0641LU4H-1 Knowles
Initial Codebase: https://github.com/y2kblog/NUCLEO-L476RG_DFSDM_PDM-Mic
