Skip to main content

livekit-plugins-gandr

Gandr text to speech for LiveKit Agents.

pip install livekit-plugins-gandr
from livekit.agents import AgentSession
from livekit.plugins import gandr

session = AgentSession(
    stt=...,
    llm=...,
    tts=gandr.TTS(voice="gandr-mia"),   # key from GANDR_API_KEY
)

Get a key at gandr.ai. The free tier is 100,000 characters, no card.

Voices

gandr-mia, gandr-ava, gandr-jenny, gandr-dane, gandr-leo, gandr-lewis, or a gnd: clone id. One cloned voice speaks 23 languages. Swap mid-session with session.tts.update_options(voice=...).

Behaviour worth knowing

  • Audio streams back in chunks as it is generated, so playback starts while the rest is still rendering.
  • A truncated stream is never played as if complete. The API flags an early end and the plugin raises instead of handing back half a sentence, so a FallbackAdapter can take the turn.
  • One retry through a busy moment, rather than letting the first caller in that window hear silence. await tts.prewarm() opens the path early if you would rather do it on the SIP invite than on first speech.

Accuracy

Word error rate 1.982% against a 2.171% human reference, scored by one whisper-large-v3 configuration across everything including the human baseline, n=1,088. Numbers, dates and order IDs are read correctly rather than approximated, which is the failure that actually breaks phone agents.

Every render carries an inaudible watermark.

MIT.

Release files for livekit-plugins-gandr 0.1.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for livekit-plugins-gandr 0.1.0
File Size Uploaded
livekit_plugins_gandr-0.1.0.tar.gz 7.4 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for livekit-plugins-gandr 0.1.0
File Interpreter ABI Platform
livekit_plugins_gandr-0.1.0-py3-none-any.whl Python 3 none any Details

Total release size: 16.2 kB

Release files / livekit_plugins_gandr-0.1.0.tar.gz

Download URL livekit_plugins_gandr-0.1.0.tar.gz
Size 7.4 kB
Tags Source
SHA-256 checksum
How to use checksums
6e6576dc7c6589c3e1b2b445438124f60e5b5e83ccfd6447a730472d42f4a32f
BLAKE2b-256 checksum
How to use checksums
2bf021aa489b1314074f7d98aa86c5c09110cd5dac652546c2f6d2c2677fafe3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

Release files / livekit_plugins_gandr-0.1.0-py3-none-any.whl

Download URL livekit_plugins_gandr-0.1.0-py3-none-any.whl
Size 8.8 kB
Tags Python 3
SHA-256 checksum
How to use checksums
15ee2095ccbce2c9c4ae4c167a656ec0475ef25bf1caa3d4939389883f471222
BLAKE2b-256 checksum
How to use checksums
1b85a15662e213351cda10c9cbfcdc787a1f869bac90e6cd8cf858cf0865badc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

Release history Release notifications | RSS feed

0.1.2

2 release files

0.1.1

2 release files

This release

0.1.0 This release

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page