alphacep / alphacep/vosk-api

AccessViolationException in VoskRecognizer

Open
#1,296 5 comments 0 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
15.1k
Forks
1.8k
PR merge metrics
No merged PRs in 30d

Description

I am getting this as soon as I get to the new VoskRecognizer line...
My C# code is built as x64. My app is just a simple WinForm.
In the form in a button click handler, I call:
`
Vosk.Vosk.SetLogLevel(0);
Model model = new Model("vosk-model-en-us-0.22");
DemoBytes(model);
`
I installed Vosk via NuGet package.
Is there anything else I need to do to make it work?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.