Announcement

Collapse
No announcement yet.

'Wait for Speech to finish' option - question

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    'Wait for Speech to finish' option - question

    I'm not completely sure how this option behaves. A question I have is - does it prevent the voice recognition from hearing itself and issuing false commands?

    I've written a script that works well, but while it's speaking out things like the temperature, it's also listening and issuing other event commands that I don't want!

    How do I include script information that pauses the VR until the script completes, and then unpauses at the end? Is that possible?

    Thanks!
    Adam

    #2
    Mine used to do this when it read the news. Annoying, isn't it? Add this line to your script before the speaking part:

    hs.ListenForCommands FALSE

    Then it will only listen for the attention phrase, rather than commands.

    Comment


      #3
      Ahhh thanks for that! That will be EXACTLY what I need. I appreciate the assist :-)

      Comment

      Working...
      X