Skip to main content

Vakyam AI plugin for LiveKit Agents

Support for voice synthesis with Vakyam AI Raaga 1 — text-to-speech for Indian languages.

See https://docs.vakyam.ai/integrations/livekit for provider docs.

Installation

pip install livekit-plugins-vakyam

Or with the LiveKit Agents extra:

uv add "livekit-agents[vakyam]"

Pre-requisites

You'll need an API key from Vakyam. Set it as an environment variable:

export VAKYAM_API_KEY="vak_live_..."

Usage

from livekit.agents import AgentSession
from livekit.plugins import vakyam

session = AgentSession(
    tts=vakyam.TTS(
        model="raaga-v1",
        voice="Archana",
        language="ta-IN",
        sample_rate=24000,
    ),
    # ... stt, llm, vad
)

stream() uses the realtime WebSocket API and sentence-tokenizes LLM text so each utterance is one complete sentence (Vakyam does not accept partial tokens). synthesize() uses HTTP streaming (POST /v1/tts/stream) and returns PCM audio.

WebSocket connections are pooled and reused between sequential agent turns. Each active synthesis stream has exclusive ownership of its connection, so an overlapping stream uses a separate connection. On interruption, the plugin sends cancel, drains through Vakyam's cancellation acknowledgement, and returns the healthy connection to the pool.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

livekit_plugins_vakyam-1.8.1.tar.gz (13.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

livekit_plugins_vakyam-1.8.1-py3-none-any.whl (16.3 kB view details)

Uploaded Python 3

File details

Details for the file livekit_plugins_vakyam-1.8.1.tar.gz.

File metadata

  • Download URL: livekit_plugins_vakyam-1.8.1.tar.gz
  • Upload date:
  • Size: 13.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for livekit_plugins_vakyam-1.8.1.tar.gz
Algorithm Hash digest
SHA256 b20e321eccc849fd55ad3d09d148ea70ca0ffeb0880cc3f1201b68a696341f36
MD5 f979211f2400e8ba22e6670ac3bcebd0
BLAKE2b-256 8e8eaa0c380ed5dfde77af1fdb2bb343c68a6e297e82cb4eb8a72333eb7a3e10

See more details on using hashes here.

Provenance

The following attestation bundles were made for livekit_plugins_vakyam-1.8.1.tar.gz:

Publisher: publish.yml on livekit/agents

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file livekit_plugins_vakyam-1.8.1-py3-none-any.whl.

File metadata

File hashes

Hashes for livekit_plugins_vakyam-1.8.1-py3-none-any.whl
Algorithm Hash digest
SHA256 c0560a6ac48aef86d85cf925cce29a92fd1b50b393f6f0b60fb4a3097ecf8784
MD5 d039a725b9c8b9e1cd1e7c6eebfa5487
BLAKE2b-256 462f068f9fbdc2d6be59c6147d6c52aec0f64448adc175e1b4b6e82e2e6097e6

See more details on using hashes here.

Provenance

The following attestation bundles were made for livekit_plugins_vakyam-1.8.1-py3-none-any.whl:

Publisher: publish.yml on livekit/agents

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

1.8.1 This release

2 files

1.8.0

2 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