Reputation: 135
I searched on Google, but I did not find much information about it. I was wondering if anyone had experience so that they knew a proper way to get data input from a microphone and also know how to play it. What I would like to do is a typical streaming app in C#, which takes audio from the microphone and sends it on the client application. I await advice, thank you.
Upvotes: 0
Views: 779
Reputation: 135
For those still interested I found the NAudio library really interesting: https://github.com/naudio/NAudio
Upvotes: 0
Reputation: 113
There're many source codes available if you can use google and bing... If you want to build this application with C# programming language, then you need to know some basics of Network Programming in C#.
Upvotes: 1