Author Topic: "start with" command  (Read 2330 times)

ramses0931

  • Guest
"start with" command
« on: August 05, 2018, 04:30:16 PM »
Is it possible to create a command (ex: Hello) and each time i say hello +"any word" it executes the command. how to do that ? 

tnx a lot

Pfeil

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4759
  • RTFM
Re: "start with" command
« Reply #1 on: August 05, 2018, 04:46:36 PM »
It is possible, but you may find recognition accuracy to be less than ideal as the speech recognition engine has to guess what you're saying, rather than just picking from a list of options as with predefined command phrases.

You can input "Hello*" into the "When I say" field of your command, and it will execute each time a phrase starting with "hello" is recognized.


For more information, check the "Wildcards" subsection of VoiceAttackHelp.pdf on page 18 and 19.

ramses0931

  • Guest
Re: "start with" command
« Reply #2 on: August 05, 2018, 05:05:07 PM »
Thanks a lot