Is there any sound sensor on raspberry pi?

Hi all, I’m new to raspberry pi and I was wondering if there is any sound sensor that can detect sound level in db? I want to make a mobile application that detect the number of db then provide some feedback.
I’ve got a basic sound module but it’s only output high or low signal.

You’ll need something like this with an Arduino and read the values from the Arduino:

Or use a USB microphone and calibrate the sound level youself. I use a seperate sound level meter when using this method. You can use digital filters if you need to.
https://www.jaycar.com.au/micro-sound-level-meter/p/QM1591

2 Likes