tags:

views:

161

answers:

1

hi i look at this article in msdn Recording and Playing Sound with the Waveform Audio Interface and download the P/Invoke Library Sample that record using wave in and wave out . how do i get the data from buffer (Waveform Audio Interface) (wave in) while recording and play it using c# or vb (wave out) , thanks

+1  A: 

You could try to use the NAudio library, it takes care of this for you.

Johan