Hi,
I'm trying to setup VoiceAttack to speak radio frequencies in DCS and pass them to Jester in the F-14. A quick search didn't produce the results I'm looking for, so I'm asking here before I dig deeper into the documentation.
Basically:
- User speaks a radio frequency, e.g. "Jester tune radio to one-two-six-point-five-seven-five"
- VA produces the following outcome:
- Start with initial sequence "Shift A > A > A > Ctrl 1 > Ctrl 4"
- Then press "Ctrl 1 > Ctrl 2 > Ctrl 6 > Ctrl 5 > Ctrl 4" (the frequency numbers)
The keys to press are generally Ctrl + #, with some additional logic if digits fall in the 8-0 range (Ctrl 8 then Ctrl 6-8) or for the last two 00,25,50,75 kHz (Ctrl 1-4), or if user skips the trailing zeros.
I was thinking of doing a simple loop over the frequency array, but understand that VA doesn't support arrays. Has this been solved before?
Thank you!