livekit-plugins-speechmatics


Namelivekit-plugins-speechmatics JSON
Version 1.2.1 PyPI version JSON
download
home_pageNone
SummaryAgent Framework plugin for Speechmatics
upload_time2025-07-17 18:42:15
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9.0
licenseNone
keywords audio livekit realtime video webrtc
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Speechmatics STT plugin for LiveKit Agents

Support for Speechmatics STT.

See [https://docs.livekit.io/agents/integrations/stt/speechmatics/](https://docs.livekit.io/agents/integrations/stt/speechmatics/) for more information.

## Installation

```bash
pip install livekit-plugins-speechmatics
```

Usage:

```python
from livekit.agents import AgentSession
from livekit.plugins.turn_detector.english import EnglishModel
from livekit.plugins import speechmatics

agent = AgentSession(
    stt=speechmatics.STT(),
    turn_detector=EnglishModel(),
    min_endpointing_delay=0.5,
    max_endpointing_delay=5.0,
    ...
)
```

Note: The plugin was built with
LiveKit's [end-of-turn detection feature](https://docs.livekit.io/agents/v1/build/turn-detection/) in mind,
and it doesn't implement phrase endpointing. `AddTranscript` and `AddPartialTranscript` events are emitted as soon
as they’re received from the Speechmatics STT engine.

## Pre-requisites

You'll need to specify a Speechmatics API Key. It can be set as environment variable `SPEECHMATICS_API_KEY` or
`.env.local` file.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "livekit-plugins-speechmatics",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9.0",
    "maintainer_email": null,
    "keywords": "audio, livekit, realtime, video, webrtc",
    "author": null,
    "author_email": "LiveKit <hello@livekit.io>",
    "download_url": "https://files.pythonhosted.org/packages/8b/32/9f36063e4a4fd60a555503df91dd1edc627917e98d1cad590bc713a075e1/livekit_plugins_speechmatics-1.2.1.tar.gz",
    "platform": null,
    "description": "# Speechmatics STT plugin for LiveKit Agents\n\nSupport for Speechmatics STT.\n\nSee [https://docs.livekit.io/agents/integrations/stt/speechmatics/](https://docs.livekit.io/agents/integrations/stt/speechmatics/) for more information.\n\n## Installation\n\n```bash\npip install livekit-plugins-speechmatics\n```\n\nUsage:\n\n```python\nfrom livekit.agents import AgentSession\nfrom livekit.plugins.turn_detector.english import EnglishModel\nfrom livekit.plugins import speechmatics\n\nagent = AgentSession(\n    stt=speechmatics.STT(),\n    turn_detector=EnglishModel(),\n    min_endpointing_delay=0.5,\n    max_endpointing_delay=5.0,\n    ...\n)\n```\n\nNote: The plugin was built with\nLiveKit's [end-of-turn detection feature](https://docs.livekit.io/agents/v1/build/turn-detection/) in mind,\nand it doesn't implement phrase endpointing. `AddTranscript` and `AddPartialTranscript` events are emitted as soon\nas they\u2019re received from the Speechmatics STT engine.\n\n## Pre-requisites\n\nYou'll need to specify a Speechmatics API Key. It can be set as environment variable `SPEECHMATICS_API_KEY` or\n`.env.local` file.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Agent Framework plugin for Speechmatics",
    "version": "1.2.1",
    "project_urls": {
        "Documentation": "https://docs.livekit.io",
        "Source": "https://github.com/livekit/agents",
        "Website": "https://livekit.io/"
    },
    "split_keywords": [
        "audio",
        " livekit",
        " realtime",
        " video",
        " webrtc"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "431447608e0d958c24834bbcf969ae9a3d2b8a73d9a0a87db5401c07bcb21a8e",
                "md5": "af9d62e0b10e2abbb688e8f21661dde9",
                "sha256": "348618949ebc4ed86603278f5cf8e966c74bb459de2d5bb5d02b9971c520f726"
            },
            "downloads": -1,
            "filename": "livekit_plugins_speechmatics-1.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "af9d62e0b10e2abbb688e8f21661dde9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.0",
            "size": 10145,
            "upload_time": "2025-07-17T18:42:15",
            "upload_time_iso_8601": "2025-07-17T18:42:15.078430Z",
            "url": "https://files.pythonhosted.org/packages/43/14/47608e0d958c24834bbcf969ae9a3d2b8a73d9a0a87db5401c07bcb21a8e/livekit_plugins_speechmatics-1.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8b329f36063e4a4fd60a555503df91dd1edc627917e98d1cad590bc713a075e1",
                "md5": "d1ad20e92ca4c8d09e0f8b0c738a26f3",
                "sha256": "28017b960af5082c37bd818daac45735c0ca02a5534b6336023b5847e81a7a77"
            },
            "downloads": -1,
            "filename": "livekit_plugins_speechmatics-1.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "d1ad20e92ca4c8d09e0f8b0c738a26f3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9.0",
            "size": 8726,
            "upload_time": "2025-07-17T18:42:15",
            "upload_time_iso_8601": "2025-07-17T18:42:15.914534Z",
            "url": "https://files.pythonhosted.org/packages/8b/32/9f36063e4a4fd60a555503df91dd1edc627917e98d1cad590bc713a075e1/livekit_plugins_speechmatics-1.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-17 18:42:15",
    "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-speechmatics"
}
        
Elapsed time: 0.84193s