I would like to be able to detect a clapping sound. Being pretty new to any form of sound recognition, is there simple any way to do this? If not, any good resources for C# sound recognition/detection?
My goal is to automate a clients media center with some basic clap-based controls.
There was a similar question asked in the past:
Given an audio stream, find when a door slams (sound pressure level calculation?)
Although the question was not specific to C#, it does have some ideas for algorithms to use. (Disclosure: Yes, I did answer that question.)