Recent Posts

Pages: [1] 2 3 ... 10
1
General Discussion / Re: Voice command and key presses
« Last post by jcdick1 on November 17, 2024, 07:53:34 PM »
{CMDACTION} seems to be what I was looking for then, because it is to determine if the command was triggered by voice or by keyboard.  I was reading through the PDF and saw the Conditional for if a key is pressed, thinking I would have to wrap the whole thing in that to differentiate.  I appreciate the clue!

Thanks!
2
General Discussion / Re: Voice command and key presses
« Last post by SemlerPDX on November 17, 2024, 07:43:10 PM »
Commands in VoiceAttack can be triggered by the "When I say" phrase, a keyboard key or key combo, joystick/controller or mouse button.  All of these options are available for every command regardless of whether another was also used.  We can also trigger commands through various conditional means in the Profile Options under the "Profile Exec" tab along the top, through plugins or inline functions, or via actions inside other commands or profiles.



Inside any single command, you can make it trigger upon recognition of a speech phrase and also trigger upon a keyboard key or key combo.  If you needed to determine how the command was triggered for some reason, you can do so using the text token {CMDACTION}.

Quote
The value [of {CMDACTION}] will be, 'Spoken' if the command was executed by a spoken phrase, 'Keyboard' if the command
was executed using a keyboard shortcut ...

Read more about Tokens around page 164 of the VoiceAttack Help Manual - you can find this {CMDACTION} token and its full description around page 167.
3
General Discussion / Voice command and key presses
« Last post by jcdick1 on November 17, 2024, 04:43:22 PM »
What would be the best way to do a command that provides for using either voice or a key press?

The idea being, if I speak a command, VA sends the keystroke and does some other things.  If I press the key myself, it still triggers VA to do the other things.  Do I need to do it as two commands, or use a conditional with the device state to determine if the command is triggered by voice or keystroke?  Or is there a better way?

Thanks.
4
How Do I? / Re: How do I make voice attack recognize numbers and say them one by one
« Last post by EricM on November 17, 2024, 01:26:29 AM »
Quote
So I need to insert this lines inside the .vap file right?

Nope, Paste it in the "Say Something with Text-To-Speech" text field and check the checkbox "Use Speech Markup Language (SSML)".
5
So I need to insert this lines inside the .vap file right?
6
Plugin Discussions / Re: SPAD.neXt Exception
« Last post by MalcomR on November 16, 2024, 11:18:06 AM »
I just got back to using VA after updating to 1.15 so I missed seeing it on 1.14. I figured it was mainly a plugin issue but wanted to also check here.

I did contact the plugin author and he has moved up his revamp of the VA interface which is fairly old so it will be fixed.

Thanks.
7
How Do I? / Re: How do I make voice attack recognize numbers and say them one by one
« Last post by Pfeil on November 16, 2024, 12:38:55 AM »
Use SSML.

E.G.
Code: [Select]
<speak version="1.0" xml:lang="en-US">
       <say-as interpret-as="characters">2147483647</say-as>
</speak>
8
Plugin Discussions / Re: SPAD.neXt Exception
« Last post by Pfeil on November 16, 2024, 12:37:02 AM »
The fault log shows the exact same exception being thrown in v1.14, I.E. this is not specific to v1.15

For issues with plugins, you will indeed want to contact the author.
The exception message offers no useful information at all on what's happening. The author would need to check in a debugger whether they can pinpoint the issue, assuming it occurs for other users.
9
How Do I? / How do I make voice attack recognize numbers and say them one by one
« Last post by ArthurDeNardi on November 15, 2024, 06:53:51 PM »
Hey I'm doing an Airbus checklist in voice attack and I'm encountering some problems. In the checklist one action is Baro Ref where I'm going to say an specific value like One Zero One Three and when it's trying to repeat it, it says it like one thousand and thirteen. How can I make it say number by number like said One Zero One Three?
10
Plugin Discussions / SPAD.neXt Exception
« Last post by MalcomR on November 15, 2024, 06:50:29 PM »
I have the SPAD.neXt VA plugin enabled and installed in VA but have not used it yet.  It has been fine until I updated to 1.15 and I now get exceptions (see the attached VoiceAttackFault.txt file).  As far as I know there have been no changes to SPAD.neXt VA plugin but I will let c0nnex know.

For now I've removed the plugin and VA does not throw the exceptions.
Pages: [1] 2 3 ... 10