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.2.tar.gz (6.5 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.2-py3-none-any.whl (9.9 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for livekit_plugins_quickdial-0.1.2.tar.gz
Algorithm Hash digest
SHA256 15a3146b85f33361db7af78d4662fe693e59ca95e541151d510c84dae766484a
MD5 a5199a312d2531c07079678786a2e8a5
BLAKE2b-256 d972327deccb05635c993d10c3cc10656cf0d6d2a20f899d39e47d9578246d60

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for livekit_plugins_quickdial-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 a51da7bbb542bcb095f076d3f8d48abf5a54f5e6ad8b4dde4b4fda33785596c3
MD5 07b4fe3135bcfc6725e3b7e1127fe976
BLAKE2b-256 4d8e602a4cf91511e640f40dc90ee37700607eb51f6f0e7d22dc069993ceef21

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