Using .NET C#, I need to create a simple program that responds whenever it picks up any sound from t
Posted
by David
on Stack Overflow
See other posts from Stack Overflow
or by David
Published on 2010-03-09T01:46:13Z
Indexed on
2010/03/09
1:51 UTC
Read the original article
Hit count: 418
I am trying to create a program that will sit and wait until it picks up on any sound (i.e. a doorbell), and in response, triggers an event function that I can use to run some code.
My exact goal is to have it run wmplayer playing a sound of a dog barking whenever it picks up something as loud as a doorbell from the microphone input.
Thanks! --David
© Stack Overflow or respective owner