Small script which can make your voice into a keyboard (start/stop per key) #915
Replies: 6 comments 12 replies
-
Thanks,great work.I loved it! |
Beta Was this translation helpful? Give feedback.
-
The explanation confused me but what It think you're saying is this is voice-to-type feature? |
Beta Was this translation helpful? Give feedback.
-
Hey I am very new to all of this, but I am very interested in your program. Could you give a bit more detailed walkthrough for someone new to GitHub and Python? I know I'm probably not the intended audience at this point, but I would love to try out what you've made for medical dictation. I made it though the steps for the most part, but I got an error message that it couldn't find model_loaded.wav. I must have installed wrong, so I would really appreciate your help! |
Beta Was this translation helpful? Give feedback.
-
Thank you so much for the reply. Could it be my version of python? The file is in the folder, but this is the message I am getting: C:\Users\jackm>python3 Downloads\whisper-typer-tool-main\whisper-typer-tool-main\whisper-typer-tool.py |
Beta Was this translation helpful? Give feedback.
-
HI , I just want to ask, How can I use it for different languages like (Arabic language)? , I already tried the whisper at replicate website and it's working for Arabic language |
Beta Was this translation helpful? Give feedback.
-
Is there any chance that keystrokes can be simulated when the text is being interpreted? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
whisper-typer-tool
Once you started the script you can start/stop recording with "F2". After the recording it will type what said as if you have typed with your keyboard into any editor or input field etc...
What is does in detail:
-Records audio file from microphone
-Transcribes the recorded file with whisper and deletes it afterwards
-Types the transcribed text with pynput
Beta Was this translation helpful? Give feedback.
All reactions