I\'m making a program using Visual C# Studio that records from a microphone.
I wish to record for a few minutes, but when I try to record, it shows me an error wit
There's a bunch of code in there you don't need. Get rid of creating the empty WAV file. Also, there is no need for the WaveInProvider. In fact, that is what is causing the buffer full exception, since nothing is reading from it.
WaveInProvider