v0.1.18
Highlights
- Read selection aloud (TTS) (#42, #47) — select any text, press a hotkey (
whisrs speak, aliasread), and whisrs reads it back on your default output. Playback is interruptible: press again orwhisrs cancelto stop. Backends: Groq (default), OpenAI (gpt-4o-mini-tts), Deepgram Aura-2, andtts-sidecarfor any local OpenAI-compatible server (Kokoro, Supertonic).modelandvoiceare optional with sensible per-backend defaults, and the TTS key falls back to the matching transcription key. The system tray and the bottom overlay now show the synthesizing/speaking state. Thanks @apix7 for the request and for testing the branch.
Install / Upgrade
curl -sSL https://y0sif.github.io/whisrs/install.sh | bash
# Or:
cargo install whisrs --locked
yay -S whisrs-gitFull Changelog: v0.1.17...v0.1.18