Posts by Jhony • 1 point
1 post
-
0
votes0
answers69
viewsQ: Recording with Naudio with C#
I’m recording audio with the code below: public WaveIn waveSource = null; public WaveFileWriter waveFile = null; private void StartBtn_Click_1(object sender, EventArgs e) {…