Skip to main content

LiveKit Agents plugin for Quickdial — cheap, fast, real-time TTS & STT

Project description

Quickdial plugin for LiveKit Agents (Python)

Cheap, fast, real-time TTS and STT for LiveKit Agents, powered by Quickdial.

  • TTS — 23+ voices, 16-bit PCM @ 24 kHz, REST + WebSocket streaming.
  • STT — accurate transcription (whisper.cpp), WebSocket streaming + batch.

Install

pip install livekit-plugins-quickdial

Auth

Create an API key at https://web.quickdial.ai, then:

export QUICKDIAL_API_KEY=qdl_live_your_key

Usage

from livekit.agents import AgentSession
from livekit.plugins import quickdial, silero

session = AgentSession(
    stt=quickdial.STT(language="en"),
    tts=quickdial.TTS(voice="alba"),
    vad=silero.VAD.load(),   # STT emits a final transcript per utterance
    llm=...,
)

Standalone:

tts = quickdial.TTS(voice="jane")
async for ev in tts.synthesize("Hello from Quickdial!"):
    ...  # ev.frame is a 24 kHz PCM audio frame

Configuration

TTS(...) default notes
voice "alba" see GET /v1/voices for the full list
params None Pocket-TTS knobs (temperature, speed, …)
base_url https://api.quickdial.ai API base
api_key $QUICKDIAL_API_KEY Bearer key
STT(...) default
language "en" (en/fr/de/es/it/pt)
base_url https://api.quickdial.ai

License

Apache-2.0

Project details


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_quickdial-0.1.0.tar.gz (6.3 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_quickdial-0.1.0-py3-none-any.whl (9.7 kB view details)

Uploaded Python 3

File details

Details for the file livekit_plugins_quickdial-0.1.0.tar.gz.

File metadata

File hashes

Hashes for livekit_plugins_quickdial-0.1.0.tar.gz
Algorithm Hash digest
SHA256 af520833e28b9ab48488132e4217bb4938f5f32a3fd29b98a56004cb794b95c5
MD5 c6281c6ffe51d0378d4e870fbc04975c
BLAKE2b-256 dc6591b6a2fde10d97d08eab12f859abb775dea693a81f85c3bb2049f9147f7b

See more details on using hashes here.

File details

Details for the file livekit_plugins_quickdial-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for livekit_plugins_quickdial-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 13035f5c10dc556b41817b658d455fa59e20aecca612cb3a5bcfdaed4b3437d5
MD5 69d4a5435b0997e6cd89027c6e7dc815
BLAKE2b-256 035f0bc5d27e94745179d0a83bdfdef7ac86f892e2545cedd3d896630c1fd725

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page