Author Topic: Communication with VoxCommando but no processing?  (Read 5928 times)

0 Members and 1 Guest are viewing this topic.

fattybunter

  • $upporter
  • Contributor
  • *****
  • Posts: 57
  • Karma: 0
    • View Profile
Re: Communication with VoxCommando but no processing?
« Reply #15 on: February 07, 2013, 01:29:50 PM »
Ah - thanks for the explanation.

That reminded me of something else.  When alternates are found after deciphering a command, a list shows up in VoxWav.  The alternates are all clickable, but clicking them does nothing.  Should clicking them issue the alternate command to VoxCommando?  Can't tell if this is a bug, or if its just an accidental clickable list when it should be passive.

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7713
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Communication with VoxCommando but no processing?
« Reply #16 on: February 07, 2013, 01:45:02 PM »
Jeeze.  Don't know why you are having so much trouble with this thing.  :bonk

Yes the alternate should be clickable, and in all my tests on several devices, it has always worked fine.

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7713
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Communication with VoxCommando but no processing?
« Reply #17 on: February 07, 2013, 01:47:04 PM »
it relies on this command being present in your config:

Code: [Select]
<?xml version="1.0" encoding="utf-16"?>
<command id="14" name="Option" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
  <action>
    <cmdType>VC.Option</cmdType>
    <cmdString />
    <cmdRepeat>1</cmdRepeat>
  </action>
  <phrase>Option,Select Option</phrase>
  <payloadRange>1,10</payloadRange>
</command>

fattybunter

  • $upporter
  • Contributor
  • *****
  • Posts: 57
  • Karma: 0
    • View Profile
Re: Communication with VoxCommando but no processing?
« Reply #18 on: February 07, 2013, 01:49:09 PM »
I'll check to see if that's still in there when I get home.  Suppose I could have accidentally deleted it...