Voice recognition/input timeout
Posted: 05 Sep 2018 01:21
Wondering if there's a way to make the input speech prompt timeout (or a way to stop it after x seconds).
I have a task where I currently have it speak "to continue say 'yes' otherwise say 'cancel'" and then it uses input speech to await a voice reply... but I'd like it to time out/continue if nothing is spoken. The way it currently behaves is that the google voice recognition times out, but it doesn't return to automagic, it replaces the popup with one that you must physically tap to try voice recognition again.
The flow is meant to be hands free so if it doesn't hear "yes" I want it to just timeout after 5 seconds and return execution to the automagic flow.
A workaround for another much less capable macro utility suggests creating a parallel task in a profile that generates a pop up after x seconds - apparently that gets rid of the voice input popup. But adding a sleep+message dialog in parallel to the input speech in a test flow didn't work.
I have a task where I currently have it speak "to continue say 'yes' otherwise say 'cancel'" and then it uses input speech to await a voice reply... but I'd like it to time out/continue if nothing is spoken. The way it currently behaves is that the google voice recognition times out, but it doesn't return to automagic, it replaces the popup with one that you must physically tap to try voice recognition again.
The flow is meant to be hands free so if it doesn't hear "yes" I want it to just timeout after 5 seconds and return execution to the automagic flow.
A workaround for another much less capable macro utility suggests creating a parallel task in a profile that generates a pop up after x seconds - apparently that gets rid of the voice input popup. But adding a sleep+message dialog in parallel to the input speech in a test flow didn't work.