https://github.com/oloflarsson/whisper-spoon
🎙️ Whisper STT Shortcut for Hammerspoon (macOS)
https://github.com/oloflarsson/whisper-spoon
elevenlabs groq openai speech-recognition speech-to-text stt voice-typing whisper
Last synced: 8 months ago
JSON representation
🎙️ Whisper STT Shortcut for Hammerspoon (macOS)
- Host: GitHub
- URL: https://github.com/oloflarsson/whisper-spoon
- Owner: oloflarsson
- License: mit
- Created: 2025-03-04T06:52:13.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2025-03-04T09:17:37.000Z (8 months ago)
- Last Synced: 2025-03-04T09:20:06.952Z (8 months ago)
- Topics: elevenlabs, groq, openai, speech-recognition, speech-to-text, stt, voice-typing, whisper
- Language: Lua
- Homepage:
- Size: 258 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🎙️ WhisperSpoon: STT Shortcut for macOS
## 📸 Screenshot

## ✨ Features
- **🗣 Voice Typing:** Speech to text anywhere on macOS.
- **💻 Shortcut:** `⌥ + Space` to start and finish.
- **🎤 Mic Selector:** Submenu for convenient microphone selection.
- **🤖 API Providers:** Supports multiple API providers.
- **💰 Free:** Completely when paired with Elevenlabs Scribe.
- **💕 Open Source:** [MIT Licensed](LICENSE)## 📥 Installation
1. Install https://brew.sh
2. `$ brew install sox switchaudio-osx`
3. Install https://www.hammerspoon.org (`$ brew install --cask hammerspoon`)
4. Start Hammerspoon and grant it accessibility access in settings
5. Copy `whisper-spoon.lua` contents into your `~/.hammerspoon/init.lua`
6. Reload Hammerspoon Config## 🔌 API Provider Setup
These API providers are currently supported:
1. https://elevenlabs.io (free for low volumes)
2. https://console.groq.com
3. https://platform.openai.comGet an API key and paste it in to get going.
## 💸 Paid Alternatives
Whisper Spoon aims to be a completely free, lightweight, and open source alternative to paid solutions like:
- https://superwhisper.com
- https://goodsnooze.gumroad.com/l/macwhisper## 💕 Contribute
Merge requests are welcome!