DEV Community

Anthony
Anthony

Posted on

Balaka: local-only TTS with FastAPI and a separate frontend

Balaka

Balaka is a local-only text-to-speech app built around OmniVoice.

What it does

  • runs TTS locally
  • exposes a FastAPI backend
  • ships a separate static frontend
  • supports voice design and voice cloning
  • removes remote inference fallback

Why I built it

I wanted a minimal local TTS stack that is easy to run, easy to inspect, and does not hide the model behind a remote service.

Repo

https://github.com/stremovskyy/balaka

Top comments (0)