Advice Needed! How to verbally stop a recorder plugin

Hello, I am using the Live speech to text audio recorder plug in and would like to know if there is a way to VERBALLY command it to stop recorded instead of clicking a button that triggers a workflow for the recording status to stop. If there are any live speech to text plug ins that you know about that can do this please let me know.

However, I am trying to find a way to make it work with this plug in that I am currently using. I am currently trying to create a CONDITION that when a certain word is spoken and appears in the input then the recorder is stopped. But it is not working.

This is the plug in I am using. Along with some screenshots of some workflows I was trying to use in order to get the recorder to stop by a vocal command.



What am I doing wrong? Any thoughts or ideas on how I could create a condition or a trigger to verbally stop this recorder from recording? Is there a plug in that already exists and can do this? Or do I need to find API keys from a software that already does this?

I don’t know about the specifics of this use case but I’d say to test this properly you need to split that 1 workflow into two workflows, each with one action, and put the condition on the workflow rather than the actions. Otherwise, there’s no guarantee that the actions are being run sequentially. It could be that it’s being stopped and then being started again.

1 Like

The thing you’re doing wrong is setting worflows on a single action, instead of creating a “when option is true” action to trigger a custom workflow.

I’m not sure if your plugin can transcribe text in real time, if it does, you could in theory trigger a stop action whenever the user says “Stop”. Now if you can get that to work, now a new issue could arise that would be accidental stop actions…

Hope this small iteration can help you get this to work your way.

This topic was automatically closed after 70 days. New replies are no longer allowed.