WhisperWriter: A small, simple dictation tool! #1259
Replies: 3 comments 1 reply
-
Hello, Can you describe how you got this to work. I just downloaded everything required to run whisper but I can not figure out how to being to import audio files or get it to read from my microphone? |
Beta Was this translation helpful? Give feedback.
-
I came up with a similar tool for Linux https://github.com/themanyone/voice_typing |
Beta Was this translation helpful? Give feedback.
-
Oh my god, you're a godsend. Seriously!, I was looking for a tool like this and couldn't find anything other than the really bad Windows recognition tool that they built in, especially for someone like me with broken English, since it's not my native language. I can't believe someone hasn't made a SASS or an app that does this. I would pay good money for it. There's a gap in the market here. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I kept running into issues trying to use the Windows Dictation tool, so I created my own version using Whisper: WhisperWriter! ✏
In the configuration files, you can set a keyboard shortcut ("ctrl+alt+space" by default) that, when pressed, will start recording from your microphone until it detects a pause in your speech. The audio is then sent to the Whisper API for transcription and then automatically typed out into the active window. I also added some configuration for removing trailing periods or converting the text to all lowercase since that's the way I usually type.
Something simple like this works perfectly for me because my main speech-to-text use case is short phrases or sentences, such as a Google search or a quick reply to a text. I thought I'd share in case anyone else is fed up with the built-in Windows speech recognition software! 😉
Beta Was this translation helpful? Give feedback.
All reactions