sandrohanea / whisper.net

Whisper.net. Speech to text made simple using Whisper Models
MIT License
505 stars 77 forks source link

using the VAD call processAsync by samples incorrect #206

Open dfengpo opened 3 days ago

dfengpo commented 3 days ago

After using the VAD model to segment the recording, I called the ProcessAsync method with samples from a small segment of the recording, but the recognition result was incorrect.

But I passed all samples through SelectMany (x=>x) After ToArray() is connected, it can be successfully processed.

But after running for a period of time, the hallucinations became severe.Repeatedly output the following content image