Speak your language.
Everyone hears their own.

VaaniMesh is a live voice-translation mesh for multilingual rooms. A Telugu speaker talks; the Bangla listener hears Bangla, the Hindi listener hears Hindi — each with a spoken voice and a written transcript, a few seconds behind the speaker.

Try the live demo Read the docs
తెలుగు · বাংলা · मराठी · हिन्दी · English

The problem

India runs its meetings, market negotiations, panchayat sessions, and family calls across language lines every day. The usual fixes all tax the conversation: someone volunteers as interpreter and stops participating, everyone falls back to a second language nobody loves, or the group splits into side conversations. Text chat translators exist — but the moment the medium is voice, in real time, with more than two languages in the room, the tooling disappears.

VaaniMesh treats the many-language room as the normal case, not the edge case: up to five participants, five languages, one conversation.

The product

Each participant opens a browser page — a speaker console — picks their language, and talks. Utterances travel to an independent relay that transcribes them, identifies the language actually spoken, translates the meaning (never a phonetic transliteration) into each listener's language, synthesizes a voice, and routes every listener exactly their own version. An operator dashboard watches the whole mesh live.

Manual first, auto earned

New rooms start in manual mode: speak, review the captured clip, press Send. When the relay has proven the chain — five clean deliveries, latency in budget — each speaker may flip to automatic.

Every message carries its receipt

The relay stamps a mesh header on everything it forwards: source speaker, languages, per-stage latency, sequence number, audio format. What you hear is auditable.

Honest about its own health

The dashboard shows each connected speaker's mic status, loudness, settings, round-trip time, and the pipeline's rolling latencies — the same numbers we use to debug it.

Three room modes

Turn-based (default), streaming-simultaneous (translation begins mid-sentence), and shared-mic (one phone on the table, speakers identified by the language they speak).

Speaks meaning, not syllables

Translation runs on a frontier language model prompted as a live interpreter — colloquial register, native script, fragments handled gracefully.

Pluggable pipeline

Recognition, translation, and speech synthesis are independent, swappable stages with a benchmark harness that scores any provider on real reference recordings.

Architecture

Three wired nodes. Consoles capture and play audio; the relay — a separate server process — owns the entire AI pipeline; the dashboard observes. Nothing about a conversation lives in the browser.

Speaker A console mic · VAD · settings · playback Speaker B console …up to five languages Pipeline relay recognize → identify language → translate per listener → voice → stamp mesh header → route independent server · gated Operator dashboard speakers · latency · log AI providers speech · translation · voice

What's built — honestly

Every requirement, with its real status. A matrix that shows everything green is a matrix nobody believes.

RequirementWhat existsStatus
Five-language voice translation (te, bn, mr, hi, en) Full chain live-verified per language, including the Hindi/Marathi shared-script disambiguationBuilt
Three-node mesh (consoles · relay · dashboard) Independent relay server, per-speaker settings, live telemetry Built
Mesh header on every forwarded message Source, mode, per-stage latencies, sequence, audio format Built
Manual send with earned automatic mode Pending-tray review; auto unlocks on relay-verified chain health Built
Operator dashboard Speaker cards, loudness, audio rate, RTT, rolling latencies, message log Built
PIN access gate for public demos Join and dashboard both gatedBuilt
Shared-mic room (one phone on the table) Language-identification routing verified with two real recorded speakers through one mic; voice-fingerprint tie-break implemented but not yet validated with live humans Partial
Streaming-simultaneous mode (translation mid-sentence) Full machinery implemented and test-verified against protocol mocks; live operation requires a Sarvam realtime credential we don't yet hold Partial
Provider benchmark harness Scores any configured provider on real reference clips; live rows recorded for the current stack only — Bhashini/Deepgram rows await keys Partial
Cloud-twin deployment (no-install, 24×7) Deployment scaffold drafted; demo currently runs from a secure tunnel to our hardwareRoadmap
Narrated demo videoNot yet recorded Roadmap
Two speakers sharing a language in shared-mic rooms Requires acoustic diarization (design selected: streaming Sortformer) Roadmap

Roadmap

  1. Cloud twin. The same application on an always-on cloud box behind a keyless gateway — nothing to install, no tunnel.
  2. Streaming live. Light up the mid-sentence streaming mode with a realtime speech credential; target under 2.5 seconds to first translated audio, continuous rather than bursty.
  3. Field-harden shared-mic. Live multi-human validation of the voice-fingerprint tie-break; acoustic diarization for same-language pairs.
  4. More languages. The pipeline is language-config driven; Tamil, Kannada, and Gujarati are natural next additions.

Deployment notes

VaaniMesh is a small Python service (FastAPI + a Pipecat pipeline) plus static browser consoles — it runs on a single modest machine under a process manager. The demo you can try below runs on our hardware, exposed through a secure tunnel; AI stages call cloud models through one metered API key held server-side. An on-premises install needs only Python 3.12, one API key, and a browser; a no-install cloud twin is on the roadmap (a deployment scaffold ships in the repository under deploy/twin/).

Try it now

Live demo, gated by PIN. Open the app on two devices (earphones recommended), enter the PIN from your invite, pick different languages, and talk. Keep the dashboard open on a third screen if you want to watch the mesh work.

Open the live app Demo guide & PIN

Demo sessions run on our hardware; the link redirects to the current session address. If it doesn't respond, the session is offline — ask us to bring it up.