Sorry if this has been asked before and I couldn't find it. I tried searching for a few keywords but didn't come up with anything.
What I want to do is conversions of units, for example imperial to metric speed or the other way round.
What I tried to set up is
1) prefix "convert"
2) suffic command "test"
Play sound, '{VA_SOUNDS}\Speech Signal High.wav'
Start Dictation Mode (Clearing Dictation Buffer)
Pause 4 seconds
Stop Dictation Mode
Play sound, '{VA_SOUNDS}\Speech Signal High.wav'
Say, '{DICTATION}'
And that part works. What it does is when I say "convert test" it beeps, I can dictate, it waits 4 seconds then stops the dictation, beeps again and reads back what it caught.
Now I got three questions:
1) is there a better way to handle the dictation duration other than pausing 4 seconds?
E.g. if I say twenty (20) version twohundredsixtyninethousandfivehundredthirtyone (269531)
2) is there a way to dictate in single numbers and get the end result as one number?
E.g. if I say one two four two >> 1342
3) How do I go about converting the dication buffer to a different unit so that Say, '' can read out the converted result?
E.g. if I dictate a number in km/h and want to convert to knots,
1km/h is roughly 0,54 knots - is there a way how I can use a formula like:
{DICTATION}/*0,54
Sorry if all this has been asked and answered before.