Agent Framework plugin for services using Reverie's API.
Project description
LiveKit Reverie Plugin
This plugin provides Indic language speech-to-text capabilities using Reverie's STT API.
Signup here to create API keys.
Installation
pip install livekit-plugins-reverie
Configuration
You need to set the following environment variables:
REVERIE_API_KEY: Your Reverie API keyREVERIE_APP_ID: Your Reverie App ID
Usage
from livekit.plugins import reverie
from livekit.agents import stt
# Create STT instance with all available options
reverie_stt = reverie.STT(
language="hi_en", # Language code (default: "hi_en")
domain="generic", # Domain context (default: "generic")
continuous=True, # Continuous streaming (default: True)
silence=0.5, # Return final after silence in seconds (default: 0.5, max: 30)
format="16k_int16", # Audio format (default: "16k_int16")
punctuate=False, # Enable punctuation (default: False)
)
Supported Languages
Reverie supports multiple Indian languages. Common language codes include:
hi_en- Hinglishhi- Hindien- Englishbn- Bengalita- Tamilte- Telugumr- Marathigu- Gujaratikn- Kannadaml- Malayalampa- Punjabior- Odiaas- Assamese
Configuration Parameters
Core Parameters
language: Language code for recognition (e.g., "hi_en", "hi", "en", "bn") - Default: "hi_en"domain: Context domain for transcription (e.g., "generic") - Default: "generic"
Audio & Format
format: Audio format specification - Default: "16k_int16"sample_rate: Audio sample rate in Hz - Default: 16000
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file livekit_plugins_reverie-1.0.0.tar.gz.
File metadata
- Download URL: livekit_plugins_reverie-1.0.0.tar.gz
- Upload date:
- Size: 6.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
979644f4298977c79a8981844d83c52a96360dbe35028a5adcd0ca93aea4abfe
|
|
| MD5 |
394112c1a7c2587748633acb536e12d3
|
|
| BLAKE2b-256 |
d205df1494c76312a0003098597f8574324102d6a421e6909d2b3086b0cda84d
|
File details
Details for the file livekit_plugins_reverie-1.0.0-py3-none-any.whl.
File metadata
- Download URL: livekit_plugins_reverie-1.0.0-py3-none-any.whl
- Upload date:
- Size: 8.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b3077dc402432b63ca1a73675e028dcc8c2b05715a16f2650ec6d100a248279
|
|
| MD5 |
c5fa2268913eae789de8e5c3238fb5ff
|
|
| BLAKE2b-256 |
f077e5a99495b723382b6b69fc007be7976dfdbfae4fa48023aede28789d46fe
|