livekit-plugins-playai


Namelivekit-plugins-playai JSON
Version 1.2.7 PyPI version JSON
download
home_pageNone
SummaryAgent Framework plugin for voice synthesis with PlayAI's API.
upload_time2025-08-28 00:55:11
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9.0
licenseNone
keywords audio livekit playai playht realtime webrtc
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PlayAI/PlayHT plugin for LiveKit Agents

Support for voice synthesis with [PlayAI](https://play.ai/).

See [https://docs.livekit.io/agents/integrations/tts/playai/](https://docs.livekit.io/agents/integrations/tts/playai/) for more information.

## Installation

```bash
pip install livekit-plugins-playai
```

## Pre-requisites

You'll need USER ID and API Secret KEY from PlayHT. It can be set as an environment variable: `PLAYHT_USER_ID`, `PLAYHT_API_KEY` get it from [here](https://play.ht/studio/api-access)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "livekit-plugins-playai",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9.0",
    "maintainer_email": null,
    "keywords": "audio, livekit, playAI, playHT, realtime, webrtc",
    "author": null,
    "author_email": "LiveKit <hello@livekit.io>",
    "download_url": "https://files.pythonhosted.org/packages/a0/8f/133f8758643645cb3ccc9ba4379c3a955e3aa75b559ea1150221bf27a96d/livekit_plugins_playai-1.2.7.tar.gz",
    "platform": null,
    "description": "# PlayAI/PlayHT plugin for LiveKit Agents\n\nSupport for voice synthesis with [PlayAI](https://play.ai/).\n\nSee [https://docs.livekit.io/agents/integrations/tts/playai/](https://docs.livekit.io/agents/integrations/tts/playai/) for more information.\n\n## Installation\n\n```bash\npip install livekit-plugins-playai\n```\n\n## Pre-requisites\n\nYou'll need USER ID and API Secret KEY from PlayHT. It can be set as an environment variable: `PLAYHT_USER_ID`, `PLAYHT_API_KEY` get it from [here](https://play.ht/studio/api-access)\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Agent Framework plugin for voice synthesis with PlayAI's API.",
    "version": "1.2.7",
    "project_urls": {
        "Documentation": "https://docs.livekit.io",
        "Source": "https://github.com/livekit/agents",
        "Website": "https://livekit.io/"
    },
    "split_keywords": [
        "audio",
        " livekit",
        " playai",
        " playht",
        " realtime",
        " webrtc"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2d0ec2c35779f5a1b5871fafde63fe99841e5aed4ec0e86a9787e0dec3fecd9f",
                "md5": "e4f869eba2074b95fc20d97208b14681",
                "sha256": "73b1e217317b1f14cc5ee64f9f578a506ddb002b8b48948f2925d650a879af91"
            },
            "downloads": -1,
            "filename": "livekit_plugins_playai-1.2.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e4f869eba2074b95fc20d97208b14681",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.0",
            "size": 5718,
            "upload_time": "2025-08-28T00:55:10",
            "upload_time_iso_8601": "2025-08-28T00:55:10.942614Z",
            "url": "https://files.pythonhosted.org/packages/2d/0e/c2c35779f5a1b5871fafde63fe99841e5aed4ec0e86a9787e0dec3fecd9f/livekit_plugins_playai-1.2.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a08f133f8758643645cb3ccc9ba4379c3a955e3aa75b559ea1150221bf27a96d",
                "md5": "5b01e8ca25f90d763e309a7714e7ed7b",
                "sha256": "5b0d7b1a269f74682cb0f6b44e0ed1fe1d49300dcacbb7525705a4af7aa49e1b"
            },
            "downloads": -1,
            "filename": "livekit_plugins_playai-1.2.7.tar.gz",
            "has_sig": false,
            "md5_digest": "5b01e8ca25f90d763e309a7714e7ed7b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9.0",
            "size": 5750,
            "upload_time": "2025-08-28T00:55:11",
            "upload_time_iso_8601": "2025-08-28T00:55:11.761313Z",
            "url": "https://files.pythonhosted.org/packages/a0/8f/133f8758643645cb3ccc9ba4379c3a955e3aa75b559ea1150221bf27a96d/livekit_plugins_playai-1.2.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-28 00:55:11",
    "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-playai"
}
        
Elapsed time: 1.20369s