s2moon wrote:
Can you tell me how to process the stream in real-time?
I have successfully recorded the voice into *.wav file.
Hello,I'm doing the same work now.
I was wondering if it is possible to write the code to fetch real-time audio data using multiple USB microphone using NAudio. If so, how would I do it? (I was looking at the sample code for Voice Recorder)
I am using C#.
WaveIn waveIn = new WaveIn(); => This line is throwing an exception (Use WaveInEvent to record on a background thread).
Any idea?
Thanks,
Can you tell me how to process the stream in real-time?
I have successfully recorded the voice into *.wav file.