Waveform Audio buffer

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • fevos
    New Member
    • Dec 2008
    • 6

    Waveform Audio buffer

    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
    Recognized Expert Contributor
    • Dec 2006
    • 648

    #2
    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?

    Comment

    Working...