How can i detect audio level of a stream or tcplistener or the audio card using C#

Posted by schmoopy on Stack Overflow See other posts from Stack Overflow or by schmoopy
Published on 2010-05-04T02:38:18Z Indexed on 2010/05/04 2:48 UTC
Read the original article Hit count: 300

Is this possible using only C#? I want to be able to detect audio from: a stream, microphone or soundcard and begin recording if audio level is above a settable threshold.

Thanks :-)

© Stack Overflow or respective owner

Related posts about c#

Related posts about audio-streaming