AccessViolationException in VoskRecognizer
Abierto
- Lenguaje dominante
- Jupyter Notebook
- Estrellas
- 15.1k
- Forks
- 1.8k
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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?
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.