Skip to content

Instantly share code, notes, and snippets.

View josmithiii's full-sized avatar

Julius Smith josmithiii

View GitHub Profile
@josmithiii
josmithiii / README.md
Last active January 20, 2026 17:45
Voice-to-text using Whisper with AI assistant and Emacs integrations

voice

Voice-to-text transcription using OpenAI Whisper, with integrations for AI coding assistants and Emacs.

Requirements

  • openai-whisper: pip install openai-whisper
  • sox: brew install sox (for the rec command)
  • ffmpeg: brew install ffmpeg