Agent Framework plugin for services using Soniox's API.
Project description
Soniox plugin for LiveKit Agents
Support for Soniox Speech-to-Text Soniox API, using WebSocket streaming interface.
See https://docs.livekit.io/agents/integrations/stt/soniox/ for more information.
Installation
pip install livekit-plugins-soniox
Pre-requisites
The Soniox plugin requires an API key to authenticate. You can get your Soniox API key here.
Set API key in your .env file:
SONIOX_API_KEY=<your_soniox_api_key>
Usage
Use Soniox in an AgentSession or as a standalone transcription service:
from livekit.plugins import soniox
session = AgentSession(
stt = soniox.STT(),
# ... llm, tts, etc.
)
Congratulations! You are now ready to use Soniox Speech-to-Text API in your LiveKit agents.
You can test Soniox Speech-to-Text API in the LiveKit's Voice AI quickstart.
More information and reference
Explore integration details and find comprehensive examples in our Soniox LiveKit integration guide.
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_soniox-1.4.6.tar.gz.
File metadata
- Download URL: livekit_plugins_soniox-1.4.6.tar.gz
- Upload date:
- Size: 8.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4a1dedcc3a217a5e13a8a9979c35bc2949e55b94ae4477d3f15e3db8f7a7677e
|
|
| MD5 |
da305468c6adb1e6cc2d87df6d827e8d
|
|
| BLAKE2b-256 |
c59009e811694dbf1b694c05d7bbeea34bc2ebac8dabdb05e623782b495e3422
|
File details
Details for the file livekit_plugins_soniox-1.4.6-py3-none-any.whl.
File metadata
- Download URL: livekit_plugins_soniox-1.4.6-py3-none-any.whl
- Upload date:
- Size: 9.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3154659326a70e1561a900e59187b2c4db6d206345ba0ecbda3c137fa78719b6
|
|
| MD5 |
ae441e4e44a19afa6f1c77e1a6380ee1
|
|
| BLAKE2b-256 |
a408ee0dad60f49dacaefb632494a7cf3fc738efeee6aab4eb11588cce670281
|