node-personal-wakeword
node-personal-wakeword copied to clipboard
Personal wake word detector
Hi, this looks to be exactly what I need, but without a license picked, I cannot use it. An MIT or other Commercial friendly choice would be awesome. Thanks
Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1. Release notes Sourced from semver's releases. v6.3.1 6.3.1 (2023-07-10) Bug Fixes 928e56d #591 better handling of whitespace (#591) (@lukekarrys, @joaomoreno, @nicolo-ribaudo) Changelog Sourced from...
I tried to run an example from the readme.md in this repo ``` user@orangepipc:~/wakeword$ node wake.js /home/user/wakeword/node_modules/@mathquis/node-personal-wakeword/src/detector.js:253 this._vad.destroy() ^ TypeError: Cannot read properties of null (reading 'destroy') at WakewordDetector.destroy (/home/user/wakeword/node_modules/@mathquis/node-personal-wakeword/src/detector.js:253:15)...