Is there an example of reading and using audio from the on-board microphone of the STM32F469I Discovery kit? Details below
I am trying to access and read audio from the on-board microphone of my board and run it through a speech recognition model (Tensorflow lite speech commands). I am unable to find the audio library for my board or an example of accessing and using aud...