Skip to content

v0.1.18

Choose a tag to compare

@github-actions github-actions released this 16 Jun 09:50
· 8 commits to main since this release

Highlights

  • Read selection aloud (TTS) (#42, #47) — select any text, press a hotkey (whisrs speak, alias read), and whisrs reads it back on your default output. Playback is interruptible: press again or whisrs cancel to stop. Backends: Groq (default), OpenAI (gpt-4o-mini-tts), Deepgram Aura-2, and tts-sidecar for any local OpenAI-compatible server (Kokoro, Supertonic). model and voice are 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-git

Full Changelog: v0.1.17...v0.1.18