What's the most efficient way to do this.
After I give vox a command, and it completes it I want it to asked me
"is there anything else I can do" if I say YES then vox stays in active mode but if I
say NO then vox goes into standby mode .
Any suggestions?
Ok, the easy way to do it is fire a "event" after each command in that you need this feature. (I'm sure you are not using it in any command
)
You can open my "mparkstest.xml" in the right of command editor - drag and drop both groups in your command tree.
The "current time" command say the current time and
trigger a event that is in the "ON or Standby" command group.
to use this example say: "current time"
VC speak the current time and ask you "is there anything else I can do"
you can say "No" then VC go in standby mode or "Yes" and VC stay in ON mode.
The "current time" is a example that show you which parameter you need in the command (VC.TriggerEvent)
If you have a questions let me know.
Kalle