How can I monitor live microphone input?
I've read this site but that's only for recording:
How can I monitor it live? Or change the input volume?
I'm programming on Windows Vista with languages vb.net and c#.
How can I monitor live microphone input?
I've read this site but that's only for recording:
How can I monitor it live? Or change the input volume?
I'm programming on Windows Vista with languages vb.net and c#.
There's a codeproject article that could probably help you. The code is in C# and it mentions Vista. Sound Activated Recorder with Spectrogram in C#. It seems like the same author has also posted another article called Sound visualizer in C# which might be helpful depending on what you mean with monitoring it live.