Push to talk
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!
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.