devjcabral

Results 6 comments of devjcabral

Exactly the same here. Everything working, but if verify keyword is set to 1 it's not recognised. If set to 0, commands works as expect. Any solution @StevenHickson ?

In voicecommand.cpp we have these lines: ` //printf("message: %s, keyword: %s\n", message, vc.keyword.c_str()); if(iequals(message,vc.keyword.c_str())) { message[0] = '\0'; //this will clear the first bit ProcessVoice(cmd,vc,message); } ` I have uncommented...

I've made several changes in voicecommand.cpp but finally I've make it works with keyword recognition.

I'll put all changes here next days ;)

@blackbelt96 I can't figure out what was wrong. I've tried to debug it, but the response was always blank, so I used parts of "voicecommand -s" that do exactly the...