How do I capture the audio that the microphone receives in Windows with C #? I want to develop a software that receives external sound and based on it it changes the volume of my computer.
How do I capture the audio that the microphone receives in Windows with C #? I want to develop a software that receives external sound and based on it it changes the volume of my computer.
You'll need a library to do this without having to go directly to the Windows API. The best known is the NAudio .
If you are using XNA, you have ready class .