I am trying to use this vosk model but i think there is a problem in the path , The model is installed in node modules but gives me error
// Initialize the Vosk recognizer vosk.setLogLevel(-1); const model = new vosk.Model(‘E:kidswatch_backendnode_modulesvosklibwin-x86_64vosk_modelconf’); const recognizer = new vosk.Recognizer({ model: model, sampleRate: 16000 }); ERROR: E:kidswatch_backend>node server.js ERROR (VoskAPI:Model():model.cc:122) Folder ‘E:kidswatch_backend ode_modules♂osklibwin-x86_64♂osk-model-en-in-0.5conf’ does not contain model files. Make sure you specified the model path properly in Model constructor. If you are not sure about relative path, use absolute […]