8
How do I capture the audio the microphone receives in Windows with C#? I want to develop a software that receives the outside sound and based on that it changes the volume of my computer.
8
How do I capture the audio the microphone receives in Windows with C#? I want to develop a software that receives the outside sound and based on that it changes the volume of my computer.
2
You will need a library to do this without having to directly resort to the Windows API. The best known is the Naudium.
If you are using XNA (obsolete), you have ready class.
Browser other questions tagged c# .net api windows áudio
You are not signed in. Login or sign up in order to post.
I think this library can help you.
– gato