sound blink
Using this LM386 sensor connected to an Arduino (analog input A0), blink a led (pin 13) according to a sound threshold.
For my particular setup I have better results taking the average of several samples, comparing it to the previous average and then deciding if the led should be on or off.
For your case, feel free to play with the constants.