uttertype icon indicating copy to clipboard operation
uttertype copied to clipboard

Short code for dictation using OpenAI Whisper for transcription.

Results 7 uttertype issues
Sort by recently updated
recently updated
newest added

Thanks for a great project! **Is your feature request related to a problem? Please describe.** As a user, I get hallucinations when the mic is left open during pauses and...

Hi, thanks for the awesome work. I was wondering if you could help me out with my use case as I am fairly new to the coding/GitHub world. I am...

Hi Dhruvyad, I love how lightweight uttertype is and it is very handy. Instead of calling Whisper API, I wonder if you plan on introducing local model like [faster-whisper](https://github.com/SYSTRAN/faster-whisper) for...

I was surprised to see that I need to run `pip install -r requirements.txt` while I didn't even have the repository downloaded. There are many ways to distribute GitHub projects:...

Homebrew is de-facto standard package manager for macOS system-wide packages. Here's the error I got after trying to install using conda: ```sh > conda install portaudio Channels: - defaults Platform:...

Adds support for recording speech in two languages using separate hotkeys. Configuration ``` UTTERTYPE_LANGUAGE="en" # Primary language UTTERTYPE_SECOND_LANGUAGE="ru" # Secondary language UTTERTYPE_RECORD_HOTKEYS="++v" # Primary hotkey UTTERTYPE_RECORD_HOTKEYS_SECOND_LANGUAGE="++r" # Secondary hotkey ```