That does not appear to be the case. Is there a way to install the FULL speech platform 11??
There are only two installable components required, that being the runtime and an engine for a specific language.
However, you mentioned that you're using the 64bit beta, which could be the issue as the files on the linked page are likely 32bit versions (for now, as there is no full release of the 64bit version yet).
Like before. It recognises the command, but stops listening immediate after. No wildcard is read. The command is matched >90
I've run the trainer for the 5th time. I'm using it to read frequencies for MSFS, and it seems to read the command perfectly and if I mention a frequecy (like 123.45) it comes up as unreconised, but the numbers are often correct.
Which values are you using for the "Recognized Speech Delay", "Unrecognized Speech Delay", and "Command Weight" options on the "Recognition" tab of the VoiceAttack options window?
Have you tried creating a new, profile, with only the wildcard command in it?
Is there perhaps another way to pass a variable to the target application (I'm planning to use the msfs 3rd party app that I found for VA)
Passing information to another application does not require wildcards at all, by itself.
If you're referring to speaking numbers without using wildcards, that is possible, but the reason wildcards are usually used for that type of application is that predefining a large numeric range generates a very large number of command phrases, which can lead to VoiceAttack throwing exceptions or even crashing (with the 32bit version, because it runs out of memory), or the speech recognition engine itself crashing (with the 64bit version, which allows VoiceAttack itself to use more memory)
For normal aviation VHF frequencies, you could use the command phrase "change frequency to [118..136].[0..39,25]", which generates a fairly reasonable 760 phrase variations (using numeric ranges in dynamic command sections. More information on these features can be found in the "1 - Command Input" subsection of the "Command Screen" section of VoiceAttackHelp.pdf; press F1 while VoiceAttack has focus to open VoiceAttackHelp.pdf in your default PDF viewer)
The "{CMDSEGMENT:}" token can then be used to retrieve the spoken numbers.
For larger ranges, or a profile with many commands containing numeric ranges, reducing the amount of predefined spoken phrases is usually inverse to the fluidity a command phrase can be spoken with, as separating a single number into multiple sections, requires a pause between each spoken section.
E.G. you could have the phrase "change frequency [118..136]" trigger a command, to get the Mhz portion of the frequency, and then use a "Wait For Spoken Response" action with the phrase ".[0..39,25]" to get the Khz portion.
This command would need to be spoken like "change frequency 123... point 50", pausing for the command to get recognized initially before speaking the second section, but it only generates 19 phrase variations for the command itself, and 40 variations for the "Wait For Spoken Response" action, for a total of 59 variations (quite a bit less than the 760 for the single command phrase)
To get a feel for which phrases are generated, particularly when using dynamic command sections,
this command may be of use.