How do I programmatically reduce the sensitivity of the M5StickC microphone
-
How do I programmatically reduce the sensitivity of the M5StickC microphone? Is it possible? The sound is very loud.
-
Hi @AucT
did you check out the M5StickC microphone sample? There is a GAIN_FACTOR which I would guess is probably what you're looking for.
https://github.com/m5stack/M5StickC/blob/master/examples/Basics/Micophone/Micophone.ino
Cheers
Felix