voskJs
voskJs copied to clipboard
Vosk ASR offline engine API for NodeJs developers. With a simple HTTP ASR server.
I am working with VoskJS & node-record-lpcm16 to do real time voice decoding Here is my code ``` const voskJs = require("./voskjs/"); const record = require('node-record-lpcm16'); const wav = require('node-wav');...
When testing [httpServer](https://github.com/solyarisoftware/voskJs/blob/master/examples/httpServer.js) with apache bench tool script [abtest.sh](https://github.com/solyarisoftware/voskJs/blob/master/tests/abtest.sh), the system crashes with error: ``` # # Fatal error in , line 0 # Check failed: result.second. # # #...