Mic to Speaker audio streaming in C#

audio, c#

Solution

You can use two ways

csaudio //hard way, but realy nice

How-record-voice-from-microphone //easy way

EDIT

At list try this Voice Recorder (here using naudio its opensource)

Problem

I need to make a Windows applications which takes audio input (from microphone) and plays immediately to the speaker. If I explain in short, nI eed to make an application which can test my microphone. I have been exploring Naudio and wmp libraries over the last 3 days but I couldn't get enough help to create it. But I know using these libraries there must be a way to create such an application. Thanks in anticipation.

Original source