Detect a specific frequency/tone from raw wave-data

You may want to look at the Goertzel algorithm if you’re trying to detect specific frequencies such as DTMF input. There is a C# DTMF generator/detector library on Sourceforge based on this algorithm.

Leave a Comment