You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe this is out of the scope for this project, but I'm trying to understand how this works.
What I'd like to achieve is sort of a push-to-talk transcription. I'm want to hold a keyboard shortcut to activate WhisperLive and then get the finished transcription from the microphone input during that time as a return value.
Is this something that WhisperLive can do? If not, in case you know another project can do facilitate this, I'd be grateful if you could point me in the right direction.
Thanks!
The text was updated successfully, but these errors were encountered:
Hello
I did a push-to-talk transcription project with either a keyboard key, or buttons from a microphone like SpeechMike. I modified the code to integrate a 'stop' flag in the loops. The loop that retrieves the transcription waits for it to be identical a certain number of times and stops if the flag indicates an end of transmission.
Maybe this is out of the scope for this project, but I'm trying to understand how this works.
What I'd like to achieve is sort of a push-to-talk transcription. I'm want to hold a keyboard shortcut to activate WhisperLive and then get the finished transcription from the microphone input during that time as a return value.
Is this something that WhisperLive can do? If not, in case you know another project can do facilitate this, I'd be grateful if you could point me in the right direction.
Thanks!
The text was updated successfully, but these errors were encountered: