aeon-plugins-azure


Nameaeon-plugins-azure JSON
Version 0.2.1 PyPI version JSON
download
home_pagehttps://github.com/livekit/agents
SummaryAgent Framework plugin for services from Azure
upload_time2024-07-20 02:12:01
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": "aeon-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/5f/a0/44f53b4719ea51874e9fe03a3cd2e1a735cbb2334d9b34f30273ee53058f/aeon_plugins_azure-0.2.1.tar.gz",
    "platform": null,
    "description": "# LiveKit Plugins Azure\r\n\r\nAgent Framework plugin for services from Azure Cognitive Services. Currently supports STT and TTS.\r\n\r\n## Installation\r\n\r\n```bash\r\npip install livekit-plugins-azure\r\n```\r\n\r\n## Pre-requisites\r\n\r\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.\r\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Agent Framework plugin for services from Azure",
    "version": "0.2.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": "f7392e567bda74b4fe2da5c7771236f8cd939aa1bdf4420452f8e77540c9dc41",
                "md5": "f5aabb5e3b89e566b5c0d1a22fb63c14",
                "sha256": "85763e78a4f4ade35860d2cb4462f4ae9585db86d1c2db34ce97792053371613"
            },
            "downloads": -1,
            "filename": "aeon_plugins_azure-0.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f5aabb5e3b89e566b5c0d1a22fb63c14",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.0",
            "size": 7628,
            "upload_time": "2024-07-20T02:11:59",
            "upload_time_iso_8601": "2024-07-20T02:11:59.908726Z",
            "url": "https://files.pythonhosted.org/packages/f7/39/2e567bda74b4fe2da5c7771236f8cd939aa1bdf4420452f8e77540c9dc41/aeon_plugins_azure-0.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5fa044f53b4719ea51874e9fe03a3cd2e1a735cbb2334d9b34f30273ee53058f",
                "md5": "cfa6ca0fd271524ca93585eaff3dae84",
                "sha256": "f560c2d50c45d79153580f1dedc4e38676c5a313862c62620bb7f557c19a35f5"
            },
            "downloads": -1,
            "filename": "aeon_plugins_azure-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "cfa6ca0fd271524ca93585eaff3dae84",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9.0",
            "size": 5649,
            "upload_time": "2024-07-20T02:12:01",
            "upload_time_iso_8601": "2024-07-20T02:12:01.500675Z",
            "url": "https://files.pythonhosted.org/packages/5f/a0/44f53b4719ea51874e9fe03a3cd2e1a735cbb2334d9b34f30273ee53058f/aeon_plugins_azure-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-20 02:12:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "livekit",
    "github_project": "agents",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "aeon-plugins-azure"
}
        
Elapsed time: 0.65548s