Replies: 1 comment 1 reply
-
Hey @steffejr, If you are writing your own plugin to handle this you can definitely do this. You just need to put the call to There's an example of doing this in my pipe plugin. I use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am working on tasks that use browser-based voice recognition. I have a simple trial that asks the user to read a sentence. This sentence is listened to and compared back to what the user reads. Voice recognition works by listening, and when the user stops speaking, it performs the sentence comparison. I want my trial to end when that process is done. Is this possible?
I do not want a "Next" button that the user presses because they may press the button before the sentence is processed completely. And I do not want a timer since the voice recognition is cloud-based so it may be fast or slow depending on the internet connection.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions