Zuyderwijk / MMM-Snowboy

Hotword / Wakeword detection module for MagicMirror
MIT License
5 stars 3 forks source link

How do I test if it is detecting the hot/wake word or not? #4

Open antonytrupe opened 4 years ago

antonytrupe commented 4 years ago

Does it log anywhere or something?

Zuyderwijk commented 4 years ago

Yes, you can test it in your console :)

Op zo 24 nov. 2019 om 06:01 schreef Antony Trupe notifications@github.com:

Does it log anywhere or something?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Zuyderwijk/MMM-Snowboy/issues/4?email_source=notifications&email_token=AB44N7DGXNDHMETB3HZVBFTQVIDELA5CNFSM4JQ5MU62YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H3TJXQA, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB44N7BOED4BQ34MUQBZL2LQVIDELANCNFSM4JQ5MU6Q .

antonytrupe commented 4 years ago

I must be dense, I can't figure out if its working or not. I've been able to record and play audio, so I know I have them set up, but not sure if the MM module is listening to the right mic. I set record.device to the same thing I have to use for arecord from the console.

Zuyderwijk commented 4 years ago

Hi @antonytrupe ,

You can start the mirror in servermode:

$ cd ~/MagicMirror $ node serveronly

You are then able to see whatever is happening in your terminal/console window :) and troubleshoot from there.