Connecting Tech Pros Worldwide Help | Site Map

Waveform Audio buffer

Newbie
 
Join Date: Dec 2008
Posts: 6
#1: Jan 12 '09
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
markmcgookin's Avatar
Moderator
 
Join Date: Dec 2006
Location: Northern Ireland / England
Posts: 546
#2: Jan 13 '09

re: Waveform Audio buffer


WHILE recording it? .... Do you want to know how to play audio from a stream after it has been recorded?

You would need to write that to a file, then once you have finished recording play the file, or keep the stream in memory and then pass that to a player.

Which one do you mean?
Reply