node-personal-wakeword icon indicating copy to clipboard operation
node-personal-wakeword copied to clipboard

Personal wake word detector

Results 3 node-personal-wakeword issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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)...