Asked — Edited

Voice Recognition Sleep

I have a bunch of (say) fields setup in VR. If someone just happens to say something that is close to one of my say commands JAC will shoot off his mouth. I was wondering if there is a way for me to tell the robot not say anything until I want him to. I have a HAL9000 Home Automated System that I can tell it to go to sleep("Computer Go To Sleep"). It will still listen but will not responded to any commands until I tell it to wake up("Computer Wake Up". Then it will respond to my spoken command.


ARC Pro

Upgrade to ARC Pro

Stay on the cutting edge of robotics with ARC Pro, guaranteeing that your robot is always ahead of the game.

United Kingdom
#9  

SayWait will not process the next line of a script or control until it finishes saying the phrase.

i.e.

SayWait("Now I will move servo D1 to 100")
Servo(D1,100)

The servo wont move until after the speech is finished.

Whereas

Say("Now I will move servo D1 to 100")
Servo(D1,100)

The servo will move while the phrase is being said.

And just to clarify, Say/SayWait are commands for the robot to speak, not for the robot to listen. WaitForSpeech is for the robot to listen.

#10  

Sure, here you go: https://synthiam.com/Community/Questions/2263 I'm on vacation on a carabeian island right now and having difcuilty posting so if this didn't cone through properly will someone please correct the link? Thanks Dave

EDIT: OK, I'm at a better computer now so here's a easier link to follow:

synthiam.com/Community/Questions/2263

Take a peek at a few of my vids and you'll see where I tell him to stop listening and start listening. I'll say "Be Quiet Ninny" and "Pay attention my dear friend" to do each. Really comes in handy when he starts reacting to things he shouldn't when me or other people are talking around him.

In addition you can add a SR pause in the SR command it's self. That way he wont react to things he is saying himself. Before DJ added this upgrade my robot would sometimes chatter on and on reacting to different things he would say himself. It would go on forever sometimes till I shut it off. It was kinda spooky. Like he had a split personality and would have conversations with him self. eek

PRO
Synthiam
#11  

Sure Dave, rub it in!:)

Enjoy your well deserved vacation! Next time being me

#12  

@Tymtravler , Please see my edit above. Good luck and have fun.

@DJ , Sorry, didn't mean to seem aloof or snobby. However this should tell you something about your product. While sitting on a white sand beach with blue water I'll spend time reading this forum and thinking about EZB robots. I even plan to work on cleaning up my B9 project this week from the beach chair. Maybe.... Damm, I just messed a little red bikini walk past...... OK, I'm outa here. Time to order a beer and watch the beach. ;)

#13  

@Tymtravler - Thanks for starting this thread. I hope to make use of it soon.

@dschulpius - I'm officially mad at you for 1 day. Enjoy your vacation lucky ducky.;)