Rare find

Voice. Turn text into speech using any voice engine you want.

github.com/wachawo/text-to-speech

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

June 2026
  • fix: change warning to debug log for unavailable engine dependencies
  • Merge pull request #22 from fix/review
  • fix(coquitts): move heavy torch/TTS imports into the AVAILABLE try/ex…
  • fix: address review findings; release 1.0.4
  • docs: Update README.md
  • docs: rewrite README (concise, badges, language switcher) + translati…
  • Add a 413 handler that reports the configured max body size (#20)
  • refactor(docker): mount source under /opt, consolidate persistent dat…
  • docs: Update docs (#18)
  • Add voice/speaker selection (/api/tts voice + /api/voices) (#17)
  • fix: handle invalid input for Silero TTS and raise ValidationError
  • Merge pull request #15 from wachawo/release/1.0.3
  • Fix SileroTTS WAV encoding for torchaudio 2.9 / torchcodec
  • Merge streaming synthesis (#16) into 1.0.3
  • feat: streaming synthesis endpoint (/api/tts?stream=true)
  • Release 1.0.3: multi-engine preload on ttssrv
  • ttssrv: log request duration, drop duplicate status code
  • Update Docker configuration and improve logging
  • Refactor logging configuration and improve docker-compose instructions
  • Dockerfile: add build-essential package for compilation needs