ArmDeveloperEcosystem / microphone-library-for-pico

Capture audio from a microphone on your Raspberry Pi Pico or any RP2040 based board. 🎤
Apache License 2.0
251 stars 48 forks source link

Support for Adafruit I2S MEMS Microphone Breakout - SPH0645LM4H #35

Open fredsco opened 1 week ago

fredsco commented 1 week ago

I'm wondering if there is support for the -> https://www.adafruit.com/product/3421 this Breakout board has LRCL, DOUT and BCLK

sandeepmistry commented 1 week ago

Hi @fredsco,

That microphone is not supported as it uses an I2S interface, only microphones with a PDM or analog interface are supported.