evancohen / sonus

:speech_balloon: /so.nus/ STT (speech to text) for Node with offline hotword detection
MIT License
618 stars 79 forks source link

Sonus hotword is getting detected on any speech and sound #62

Closed sharmmoh1983 closed 6 years ago

sharmmoh1983 commented 6 years ago

Hi

I am using Sonus.annyang on Raspberry pi 3 and configured smart mirror as hotword for doing triggering

I had created smart-mirror pmdl also using snowboy site

But is seems many times hotword gets detected even by a sound or any speech in the room

It keeps on happening and I get to see many enteries in logs stating hotword detected even though I don't say smart mirror

sonus.on('hotword', (index, keyword) => { console.log("hotword triggered"); new SoundPlayer().sound(ROOT_DIR + '/resources/ding.wav');

});

Some weird behaviour is happening with hotword detection:

evancohen commented 6 years ago

This probably isn't a Sonus issue. You might want to try adjusting the sensitivity or re-create the model.

sharmmoh1983 commented 6 years ago

Sorry ...my bad .There was some issue in my code