-
Hi,
Is there a way to get a confidence percentage on detected hotword?
I think it could help.
-
Using the github smart-mirror project, after approx 18 hours 43-49 minutes, Snowboy 1.2.0 (node) starts sending constant stream of 'sound detected' events. and never recovers. repeatable for me..
I…
-
I have this code that I want to execute:
```js
let fs = require('fs')
let record = require('node-record-lpcm16');
let {Detector, Models} = require('snowboy');
let models = new Models();
mo…
-
Using `node-record-lpcm16` likes this:
```js
let cmd = record.start({
sampleRateHertz: 16000,
threshold: 0.5,
silence: '2.0',
verbose: true
…
-
long shot but,
Does snowboy record sound by any chance?
Is it possible to record a `.wav` file of what they have said after they said a hotword?
@bogdanabadi
-
I've installed Nove v6.10.2 on my Rapsberrypi 3 running Raspbian Jessie with Pixel, npm installed Snowboy and imported the lib to my code and I get this error while trying to run it:
```
module.js…
-
### Expected Behavior
don't know how to reproduce.. say 'smart mirror', see mirror display gray band, and then nothing reco works again.. gray band does not go away.. all other functions worki…
-
Forgive me if this a simple answer, but I'm looking to find a way to stop the detection service after a hotword is detected.
In the python examples using detector.terminate() terminates the service…
-
Bon j'ai pas teste non plus vu que c'est inutilisable pour moi le code est en python.
https://github.com/bishoph/sopare
-
As reported in #47 ([comment](https://github.com/evancohen/sonus/issues/47#issuecomment-306145581)). I'll investigate ASAP.