Capture the sound of a microphone in Windows via C#

Asked

Viewed 1,061 times

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.

  • I think this library can help you.

1 answer

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

You are not signed in. Login or sign up in order to post.