I am looking to have the ability to store/analyze audio using a Raspberry Pi Pico. I have found that electret microphones are a good option, since it only requires an ADC, which is already built-in to the Pico.
I am having trouble with finding resources for code/packages in Micropython and was wondering if this route is the way to go. I don't know much about this concept, but is there a package out there that can take the data captured from the ADC and turn it into something useable?