This asks OpenAI to transcribe your voice and simply puts whatever you said into the input area on macOS. Voice dictation with just bash and OpenAI on a macOS (and osascript).
vt.mp4
-
Get homebrew
-
Clone this
git clone https://github.com/realrasengan/vtphonehome
- Install sox, lame and jq
brew install sox lame jq
- Install an Automator
-
Open Automator
-
Create a new Application
-
Go to Run Shell Script
-
Put:
/Path/to/vtphonehome/vt.sh
-
Save
-
Move to Applications Folder
MIT Licensed.