livekit-plugins-azure


Namelivekit-plugins-azure JSON
Version 0.5.1 PyPI version JSON
download
home_pagehttps://github.com/livekit/agents
SummaryAgent Framework plugin for services from Azure
upload_time2024-12-21 07:24:50
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/45/4c/a9bff1b221f4207ffecd0b1659569e2cb89dec364381e75969c7eec7d37e/livekit_plugins_azure-0.5.1.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.1",
    "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": "6a214bd4f75e9cb4c0ed1724bca59c2097415b9b1fb5bbab298836fe15af899f",
                "md5": "afa49881923c696f4e904d55dcedefec",
                "sha256": "16d4278222068792175763ba21b715d7c7d70eeb4a58ce8d9c4daef09af773a1"
            },
            "downloads": -1,
            "filename": "livekit_plugins_azure-0.5.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "afa49881923c696f4e904d55dcedefec",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.0",
            "size": 10458,
            "upload_time": "2024-12-21T07:23:43",
            "upload_time_iso_8601": "2024-12-21T07:23:43.430984Z",
            "url": "https://files.pythonhosted.org/packages/6a/21/4bd4f75e9cb4c0ed1724bca59c2097415b9b1fb5bbab298836fe15af899f/livekit_plugins_azure-0.5.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "454ca9bff1b221f4207ffecd0b1659569e2cb89dec364381e75969c7eec7d37e",
                "md5": "1a7d770ea394ccda78c4ab7a1ff71e76",
                "sha256": "2c3c0759ac108ad66afb80f4609265be9a6868d56ca651e618d4c1572d7da069"
            },
            "downloads": -1,
            "filename": "livekit_plugins_azure-0.5.1.tar.gz",
            "has_sig": false,
            "md5_digest": "1a7d770ea394ccda78c4ab7a1ff71e76",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9.0",
            "size": 8460,
            "upload_time": "2024-12-21T07:24:50",
            "upload_time_iso_8601": "2024-12-21T07:24:50.906715Z",
            "url": "https://files.pythonhosted.org/packages/45/4c/a9bff1b221f4207ffecd0b1659569e2cb89dec364381e75969c7eec7d37e/livekit_plugins_azure-0.5.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-21 07:24:50",
    "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.41845s