livekit-plugins-azure


Namelivekit-plugins-azure JSON
Version 0.5.6 PyPI version JSON
download
home_pagehttps://github.com/livekit/agents
SummaryAgent Framework plugin for services from Azure
upload_time2025-03-19 08:15:02
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9.0
licenseApache-2.0
keywords webrtc realtime audio video livekit
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # LiveKit Plugins Azure

Agent Framework plugin for services from Azure Cognitive Services. Currently supports STT and TTS.

## Installation

```bash
pip install livekit-plugins-azure
```

## Pre-requisites

You'll need to specify an Azure Speech Key and a Deployment Region. They can be set as environment variables: `AZURE_SPEECH_KEY` and `AZURE_SPEECH_REGION`, respectively.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/livekit/agents",
    "name": "livekit-plugins-azure",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9.0",
    "maintainer_email": null,
    "keywords": "webrtc, realtime, audio, video, livekit",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/91/ee/b9915cc478ff2913c30537d1d30aae380483187608ceae8154f2c4c9133b/livekit_plugins_azure-0.5.6.tar.gz",
    "platform": null,
    "description": "# LiveKit Plugins Azure\n\nAgent Framework plugin for services from Azure Cognitive Services. Currently supports STT and TTS.\n\n## Installation\n\n```bash\npip install livekit-plugins-azure\n```\n\n## Pre-requisites\n\nYou'll need to specify an Azure Speech Key and a Deployment Region. They can be set as environment variables: `AZURE_SPEECH_KEY` and `AZURE_SPEECH_REGION`, respectively.\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Agent Framework plugin for services from Azure",
    "version": "0.5.6",
    "project_urls": {
        "Documentation": "https://docs.livekit.io",
        "Homepage": "https://github.com/livekit/agents",
        "Source": "https://github.com/livekit/agents",
        "Website": "https://livekit.io/"
    },
    "split_keywords": [
        "webrtc",
        " realtime",
        " audio",
        " video",
        " livekit"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "707376b18fa361845a4787be8fd11398f8a402cb2107bae6cbfb3214a20f05ee",
                "md5": "2319173edbb5be90cef9753db8b754e1",
                "sha256": "58d60df3ce4b6acee1d8faa8d1bc19db7ba48b3d237c856955df2e963864ead0"
            },
            "downloads": -1,
            "filename": "livekit_plugins_azure-0.5.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2319173edbb5be90cef9753db8b754e1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.0",
            "size": 11352,
            "upload_time": "2025-03-19T08:14:53",
            "upload_time_iso_8601": "2025-03-19T08:14:53.591416Z",
            "url": "https://files.pythonhosted.org/packages/70/73/76b18fa361845a4787be8fd11398f8a402cb2107bae6cbfb3214a20f05ee/livekit_plugins_azure-0.5.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "91eeb9915cc478ff2913c30537d1d30aae380483187608ceae8154f2c4c9133b",
                "md5": "7a12d4fecc231817ff46425e9589c2a2",
                "sha256": "f295d8062b0dd70cb8400b8fb6bf9559bc535358c17e0a162ce19bee75a5a33e"
            },
            "downloads": -1,
            "filename": "livekit_plugins_azure-0.5.6.tar.gz",
            "has_sig": false,
            "md5_digest": "7a12d4fecc231817ff46425e9589c2a2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9.0",
            "size": 9382,
            "upload_time": "2025-03-19T08:15:02",
            "upload_time_iso_8601": "2025-03-19T08:15:02.531346Z",
            "url": "https://files.pythonhosted.org/packages/91/ee/b9915cc478ff2913c30537d1d30aae380483187608ceae8154f2c4c9133b/livekit_plugins_azure-0.5.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-03-19 08:15:02",
    "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-azure"
}
        
Elapsed time: 0.56740s