azeem
azeem

Reputation: 103

Mic to Speaker audio streaming in C#

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.

Upvotes: 7

Views: 5227

Answers (1)

Likurg
Likurg

Reputation: 2760

You can use two ways

  1. csaudio //hard way, but realy nice

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

EDIT

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

Upvotes: 2

Related Questions