Ilya Frolov

Results 5 comments of Ilya Frolov

I tried it, it still doesn't work > > ``` > > waveIn.WaveFormat = new WaveFormat(16000, 2); > > ``` > > You need to use `16000, 1` here not...

I also used PortAudioSharp, but the sound from the microphone is distorted there. I don't know what the problem might be. In this case, the recognition works successfully, but because...

I used 2 in WaveFormat because 1 does not record sound.

The code you provided leads to an error during debugging. ```cs using Vosk; using NAudio.Wave; public class VoskDemo { static Model model = new Model("model"); static VoskRecognizer rec = new...

I climbed into the settings of the microphone itself and everything worked out. The problem was not in the code. I do not know what I did, but I am...