views:

406

answers:

1

I'm trying to record audio data from a microphone (or line-in), and then replay it again, using C#.

Any suggestions on how I can achieve this?

+1  A: 

have a look at the open source .NET Voice Recorder project which uses NAudio. There is an article on Coding4Fun explaining how it works.

Mark Heath
thanks man this was good example.
Hashim Al-Arab