Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Mic to Speaker audio streaming in C#

Tags:

c#

audio

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.

like image 820
azeem Avatar asked May 05 '12 06:05

azeem


1 Answers

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)

like image 64
Likurg Avatar answered Sep 25 '22 17:09

Likurg