livekit-plugins-soniox


Namelivekit-plugins-soniox JSON
Version 1.2.9 PyPI version JSON
download
home_pageNone
SummaryAgent Framework plugin for services using Soniox's API.
upload_time2025-09-15 18:06:14
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9.0
licenseNone
keywords audio livekit realtime soniox speech-to-text webrtc
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Soniox plugin for LiveKit Agents

Support for Soniox Speech-to-Text [Soniox](https://soniox.com/) API, using WebSocket streaming interface.

See https://docs.livekit.io/agents/integrations/stt/soniox/ for more information.

## Installation

```bash
pip install livekit-plugins-soniox
```

## Pre-requisites

The Soniox plugin requires an API key to authenticate. You can get your Soniox API key [here](https://console.soniox.com/).

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:

```python
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](https://docs.livekit.io/agents/start/voice-ai/).

## More information and reference

Explore integration details and find comprehensive examples in our [Soniox LiveKit integration guide](https://speechdev.soniox.com/docs/speech-to-text/integrations/livekit).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "livekit-plugins-soniox",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9.0",
    "maintainer_email": null,
    "keywords": "audio, livekit, realtime, soniox, speech-to-text, webrtc",
    "author": null,
    "author_email": "Soniox <support@soniox.com>",
    "download_url": "https://files.pythonhosted.org/packages/70/e9/0b50b8e8297f379eb26f4947f2ad341de8d39e4598de26e08e8672a9157e/livekit_plugins_soniox-1.2.9.tar.gz",
    "platform": null,
    "description": "# Soniox plugin for LiveKit Agents\n\nSupport for Soniox Speech-to-Text [Soniox](https://soniox.com/) API, using WebSocket streaming interface.\n\nSee https://docs.livekit.io/agents/integrations/stt/soniox/ for more information.\n\n## Installation\n\n```bash\npip install livekit-plugins-soniox\n```\n\n## Pre-requisites\n\nThe Soniox plugin requires an API key to authenticate. You can get your Soniox API key [here](https://console.soniox.com/).\n\nSet API key in your `.env` file:\n\n```\nSONIOX_API_KEY=<your_soniox_api_key>\n```\n\n## Usage\n\nUse Soniox in an `AgentSession` or as a standalone transcription service:\n\n```python\nfrom livekit.plugins import soniox\n\nsession = AgentSession(\n    stt = soniox.STT(),\n    # ... llm, tts, etc.\n)\n```\n\nCongratulations! You are now ready to use Soniox Speech-to-Text API in your LiveKit agents.\n\nYou can test Soniox Speech-to-Text API in the LiveKit's [Voice AI quickstart](https://docs.livekit.io/agents/start/voice-ai/).\n\n## More information and reference\n\nExplore integration details and find comprehensive examples in our [Soniox LiveKit integration guide](https://speechdev.soniox.com/docs/speech-to-text/integrations/livekit).\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Agent Framework plugin for services using Soniox's API.",
    "version": "1.2.9",
    "project_urls": {
        "Documentation": "https://docs.livekit.io",
        "Source": "https://github.com/livekit/agents",
        "Website": "https://livekit.io/"
    },
    "split_keywords": [
        "audio",
        " livekit",
        " realtime",
        " soniox",
        " speech-to-text",
        " webrtc"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f476360310233e78e48a4393488c4926df38f64b2484efc10f285aba2e3c7b4b",
                "md5": "e2959a0586aa84fd6b6c648d04210b8c",
                "sha256": "9f434c7190a8efd1c9bcef9521099fcdee4af59a2713a9b10b61367a31572ade"
            },
            "downloads": -1,
            "filename": "livekit_plugins_soniox-1.2.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e2959a0586aa84fd6b6c648d04210b8c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.0",
            "size": 8400,
            "upload_time": "2025-09-15T18:06:13",
            "upload_time_iso_8601": "2025-09-15T18:06:13.508683Z",
            "url": "https://files.pythonhosted.org/packages/f4/76/360310233e78e48a4393488c4926df38f64b2484efc10f285aba2e3c7b4b/livekit_plugins_soniox-1.2.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "70e90b50b8e8297f379eb26f4947f2ad341de8d39e4598de26e08e8672a9157e",
                "md5": "391bdab7286d22c861e9e755b04ecfbb",
                "sha256": "a45199648fc6f48ffe4d0d4860f5862128e9ef963d4350bf7cdeb5bd91701ff3"
            },
            "downloads": -1,
            "filename": "livekit_plugins_soniox-1.2.9.tar.gz",
            "has_sig": false,
            "md5_digest": "391bdab7286d22c861e9e755b04ecfbb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9.0",
            "size": 7852,
            "upload_time": "2025-09-15T18:06:14",
            "upload_time_iso_8601": "2025-09-15T18:06:14.360882Z",
            "url": "https://files.pythonhosted.org/packages/70/e9/0b50b8e8297f379eb26f4947f2ad341de8d39e4598de26e08e8672a9157e/livekit_plugins_soniox-1.2.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-15 18:06:14",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "livekit",
    "github_project": "agents",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "livekit-plugins-soniox"
}
        
Elapsed time: 1.42262s