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
User Profile
Collapse
-
Waveform Audio buffer
-
thanks man , but it give me the same exception , i start new thread about Waveform Audio that record to buffer i hope I'll get your help there thank u so much .. -
yes this the link openNETCF wav(i use recorder), and this the link for 32feet.net theat return client stream ,,,thanx man i appreciate your help .Leave a comment:
-
i get an exception in the recorder libary "openNETCF" without details ..Leave a comment:
-
yeah first thing i try it is that but it does not work , but thanx for replayLeave a comment:
-
Recording at stream
Hi
i want to record voice and send it throw Bluetooth stream , the problem is the recorder accepts only I.O Stream
And write at the 'stream' without using (stream.write),
Code:''using openNETCF Dim Stream1 As Stream Stream1 = File.OpenWrite("\My Documents\" & txtFileName.Text & ".wav") m_Recorder = New OpenNETCF.Media.WaveAudio.Recorder m_Recorder.RecordFor(Stream1,
No activity results to display
Show More
Leave a comment: