Category "naudio"

How to capture 16 kHz sample rate from NAudio

Is it possible to capture 16000 kHz sample rate rather than 48000 kHz? Currently the code below captures 48000 kHz sample rate. var outputFolder = Path.Combine(

What Wav Format should I use for recording audio and Recognizing Speech in it?

I am creating a windows service which will connect to audio input device and record audio using NAudio WaveIn. And this is flow : 1st level of Speech detection

How to watermark a wave file with NAudio?

My application outputs wave files and I have the requirement to implement watermarking. By this I mean taking another wave file containing, say, 4 seconds of so

Set Sample rate to 16 kHz using NAudio

I am currently working on a side project that will record a soundtrack using NAudio. The code below does the job, and works well. However, the default sample r