adafruit / circuitpython

CircuitPython - a Python implementation for teaching coding with microcontrollers
https://circuitpython.org
Other
4.11k stars 1.22k forks source link

MAX4466 driver #6417

Open Myslicki opened 2 years ago

Myslicki commented 2 years ago

Driver support for the Electret Microphone Amplifier - MAX4466 with Adjustable Gain to work with circuit python.

Current setup is MAX4466 ---> adafruit voice bonnet --> raspberrypi W via the JST and pin connectors and would love to access the circuit python audio libraries with this microphone hardware.

ladyada commented 2 years ago

what are you expecting to be able to do with the microphone?

Myslicki commented 2 years ago

what are you expecting to be able to do with the microphone?

audio signal processing of the sound for use in ML classification. Ideally can process the audio concurrently during data recording.

PS I am pleasantly surprised with the fast response! Did not know how active this repo would be. Let me know if I can provide additional info