Clap sound detection in C#

后端 未结 5 920
臣服心动
臣服心动 2021-01-04 20:12

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#

5条回答
  •  被撕碎了的回忆
    2021-01-04 20:38

    It seems like a problem you can solve using a so called Principal Component Analysis. Try to google it. Also other solutions for the famous Cocktail Party Problem may help. But I am sure there are already some libraries out there.

提交回复
热议问题