A daemon to:
- Record speech from your computer mic.
- Send that speech to OpenAI Whisper for transcription.
- Place that transcript in your clipboard.
Inspired by an iOS shortcut: https://x.com/basileSportif/status/1754262540639441329
sudo apt install portaudio19-dev
pip3 install -r requirements.txt
brew install portaudio
pip3 install -r requirements.txt
- Add your API key to the file
my_api_key.txt
. - Run the script.
- Hold down F6, in this window or another: key down -> recording start; key up -> send for transcription.
- Paste transcription result from your clipboard.