livekit-plugins-speechify


Namelivekit-plugins-speechify JSON
Version 1.2.17 PyPI version JSON
download
home_pageNone
SummaryAgent Framework plugin for voice synthesis with Speechify's API.
upload_time2025-10-29 15:46:34
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9.0
licenseNone
keywords audio livekit realtime speechify video webrtc
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Speechify TTS plugin for LiveKit Agents

Support for voice synthesis with the [Speechify](https://www.speechify.ai/) API.

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

## Installation

```bash
pip install livekit-plugins-speechify
```

## Pre-requisites

You'll need an API key from Speechify. It can be set as an environment variable: `SPEECHIFY_API_KEY`

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "livekit-plugins-speechify",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9.0",
    "maintainer_email": null,
    "keywords": "audio, livekit, realtime, speechify, video, webrtc",
    "author": null,
    "author_email": "LiveKit <hello@livekit.io>",
    "download_url": "https://files.pythonhosted.org/packages/f8/19/ec015faa0a46a5410ee0f2b3b2c222f3d8868315110a0cd19ea609527cc6/livekit_plugins_speechify-1.2.17.tar.gz",
    "platform": null,
    "description": "# Speechify TTS plugin for LiveKit Agents\n\nSupport for voice synthesis with the [Speechify](https://www.speechify.ai/) API.\n\nSee [https://docs.livekit.io/agents/integrations/tts/speechify/](https://docs.livekit.io/agents/integrations/tts/speechify/) for more information.\n\n## Installation\n\n```bash\npip install livekit-plugins-speechify\n```\n\n## Pre-requisites\n\nYou'll need an API key from Speechify. It can be set as an environment variable: `SPEECHIFY_API_KEY`\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Agent Framework plugin for voice synthesis with Speechify's API.",
    "version": "1.2.17",
    "project_urls": {
        "Documentation": "https://docs.livekit.io",
        "Source": "https://github.com/livekit/agents",
        "Website": "https://livekit.io/"
    },
    "split_keywords": [
        "audio",
        " livekit",
        " realtime",
        " speechify",
        " video",
        " webrtc"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2f316500e1df3d3e00f4142b5517a7ad3b807c72e40b8f778a111c733f7c8ea0",
                "md5": "73cf31c0df84af416fad75320cffc5c0",
                "sha256": "99891ff4f8adecfe5680529b475874d684346ba4fd23b0be59e17a250ebd1456"
            },
            "downloads": -1,
            "filename": "livekit_plugins_speechify-1.2.17-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "73cf31c0df84af416fad75320cffc5c0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.0",
            "size": 7587,
            "upload_time": "2025-10-29T15:46:33",
            "upload_time_iso_8601": "2025-10-29T15:46:33.460739Z",
            "url": "https://files.pythonhosted.org/packages/2f/31/6500e1df3d3e00f4142b5517a7ad3b807c72e40b8f778a111c733f7c8ea0/livekit_plugins_speechify-1.2.17-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f819ec015faa0a46a5410ee0f2b3b2c222f3d8868315110a0cd19ea609527cc6",
                "md5": "9650210e2e81c7cd0feaa56a0a908ba5",
                "sha256": "baaa535e13ab98fdab921019f1ac4b9d45727ece5572fb85658b0b56ae6d2b4b"
            },
            "downloads": -1,
            "filename": "livekit_plugins_speechify-1.2.17.tar.gz",
            "has_sig": false,
            "md5_digest": "9650210e2e81c7cd0feaa56a0a908ba5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9.0",
            "size": 6118,
            "upload_time": "2025-10-29T15:46:34",
            "upload_time_iso_8601": "2025-10-29T15:46:34.216770Z",
            "url": "https://files.pythonhosted.org/packages/f8/19/ec015faa0a46a5410ee0f2b3b2c222f3d8868315110a0cd19ea609527cc6/livekit_plugins_speechify-1.2.17.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-29 15:46:34",
    "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-speechify"
}
        
Elapsed time: 2.50947s