livekit-plugins-azure


Namelivekit-plugins-azure JSON
Version 0.5.3 PyPI version JSON
download
home_pagehttps://github.com/livekit/agents
SummaryAgent Framework plugin for services from Azure
upload_time2025-01-12 23:44:06
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/ac/52/8f3b7d82b77bddd733fb36bc897e3a7ffa2da7c02233e6e00d9303fbfdce/livekit_plugins_azure-0.5.3.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.3",
    "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": "",
            "digests": {
                "blake2b_256": "5787a6b520cee83c30d425cdf9b1d6faaeae436f5fbdba69a18edab744ee68e9",
                "md5": "eb57326aaf10838a8d7488313934fa59",
                "sha256": "c2d0bd69430370716824e29f93778f4af44f0fc1891b897496743b71f4756a59"
            },
            "downloads": -1,
            "filename": "livekit_plugins_azure-0.5.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "eb57326aaf10838a8d7488313934fa59",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.0",
            "size": 10601,
            "upload_time": "2025-01-12T23:43:50",
            "upload_time_iso_8601": "2025-01-12T23:43:50.914099Z",
            "url": "https://files.pythonhosted.org/packages/57/87/a6b520cee83c30d425cdf9b1d6faaeae436f5fbdba69a18edab744ee68e9/livekit_plugins_azure-0.5.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ac528f3b7d82b77bddd733fb36bc897e3a7ffa2da7c02233e6e00d9303fbfdce",
                "md5": "7257cfaa0ab21766e2e90e9b6bfc0746",
                "sha256": "7a4428b0db86ec5d75a61d95af1c67d0e3155ec5ea2609c50a4eaee0722f78fb"
            },
            "downloads": -1,
            "filename": "livekit_plugins_azure-0.5.3.tar.gz",
            "has_sig": false,
            "md5_digest": "7257cfaa0ab21766e2e90e9b6bfc0746",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9.0",
            "size": 8635,
            "upload_time": "2025-01-12T23:44:06",
            "upload_time_iso_8601": "2025-01-12T23:44:06.320586Z",
            "url": "https://files.pythonhosted.org/packages/ac/52/8f3b7d82b77bddd733fb36bc897e3a7ffa2da7c02233e6e00d9303fbfdce/livekit_plugins_azure-0.5.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-12 23:44:06",
    "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.51858s