How to monitor microphone input level?
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
I'm using VB.net with Framework. How to monitor the mic level of the default soundcard? I would like to be able to set a treshold value (0-100%) and when the mic level is greater than that a message box would appear. It would be important that the detection would be fast (with as short delay as possible) and consume CPU resources as little as possible. I found some code in VB6 and C but could not translate them in VB.net. Thank you!