Unforgiven
New member
I have a simple personal project where Im trying to connect an INMP441 i2s mic to my teensy 4.0, which it worked before but after a few months later, the peak detection became very sensitive, and even a hand clap would have a peak of 0.7-0.8. When i first connected it, the hand clap is at most 0.1. Was there an update that changed the way the data is processed? I checked again using an esp32 with inmp441 and configured the i2s and it works fine (just like before), but with teensy its limit is capped by a lot. I attached my .ino file below.