livekit-plugins-azure


Namelivekit-plugins-azure JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://github.com/livekit/agents
SummaryAgent Framework plugin for services from Azure
upload_time2024-06-11 22:42:17
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/0c/aa/8b034c179efd111b9c3a792321e37c8d765c6eae211e0bb1a7ef25cdd138/livekit_plugins_azure-0.2.0.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.2.0",
    "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": "4e76cf7925fdb23994e45cb507933139adad4ccbc81e601f1e39cda3c232c65d",
                "md5": "7ea0f6a332b9129c9b6b07e6ad4fd36a",
                "sha256": "f30df66fa1c83b04cb2f59cb5eb8b14be73f8224ffda93005e5e97a1af86ce08"
            },
            "downloads": -1,
            "filename": "livekit_plugins_azure-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7ea0f6a332b9129c9b6b07e6ad4fd36a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.0",
            "size": 7358,
            "upload_time": "2024-06-11T22:42:16",
            "upload_time_iso_8601": "2024-06-11T22:42:16.067294Z",
            "url": "https://files.pythonhosted.org/packages/4e/76/cf7925fdb23994e45cb507933139adad4ccbc81e601f1e39cda3c232c65d/livekit_plugins_azure-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0caa8b034c179efd111b9c3a792321e37c8d765c6eae211e0bb1a7ef25cdd138",
                "md5": "7d2e4a52768c04e4b171fcff13fc3b57",
                "sha256": "98620f486402c69390a3d5cb5c163a5c535061217b8b2eaebf6a599cef0e626b"
            },
            "downloads": -1,
            "filename": "livekit_plugins_azure-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "7d2e4a52768c04e4b171fcff13fc3b57",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9.0",
            "size": 5705,
            "upload_time": "2024-06-11T22:42:17",
            "upload_time_iso_8601": "2024-06-11T22:42:17.670630Z",
            "url": "https://files.pythonhosted.org/packages/0c/aa/8b034c179efd111b9c3a792321e37c8d765c6eae211e0bb1a7ef25cdd138/livekit_plugins_azure-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-11 22:42:17",
    "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.25908s