I recently downloaded the free trial version to see what Voice Attack is like and so far I'm extremely impressed. I've been using GlovePIE until now and while I'm relatively satisfied with it, there are some things which Voice Attack does better.
However, I'm struggling to figure out a way of toggling the stop/start listening mode using only voice commands. Basically, I'm trying to make it so that if I say a certain command (let's say "use microphone"), it will toggle between listening and not listening. Obviously, when it's not listening, it's not going to pick anything up. I found out that you can override that using the "Override listening if my command begins with" option in your profile, and while this does allow me to turn it back to listening, I need 2 separate commands to turn it on and off. I'd rather just have one that toggles between the two states. Is there any way that this can be done?
Also, how does the toggle feature work in general? I noticed that for regular keys there is an option to do that, but it doesn't appear to work the same way as if you want to hold the key down on your keyboard, i.e. it does hold it down, but the key isn't repeated over and over as if you were holding it down on the keyboard.
Also, how would you toggle mouse left/right clicks? There is no option to do so (only press and release) natively. Normally, in GlovePIE, I would simply create a variable.
If said("one",4) then toggle var.fire
If var.fire = true then Mouse.LeftButton = true else Mouse.LeftButton = false
But I have no idea how to do that in Voice Attack.
Thanks for any help! Really looking forward to further testing this program. Strongly considering purchasing the full product if I can get it to do what I need.