Determine when a loud sound is played in C#

Posted by Eric P on Stack Overflow See other posts from Stack Overflow or by Eric P
Published on 2010-05-17T12:51:41Z Indexed on 2010/05/17 13:00 UTC
Read the original article Hit count: 122

Filed under:
|

I want to determine if another program plays a sound above a certain threshold. I am not looking for checking the volume settings on the computer or anything like that. I really just need to see if any app plays something higher then what I am expecting. Anyone know if this is possible or how to do it?

© Stack Overflow or respective owner

Related posts about sound

Related posts about c#