livekit-plugins-clova


Namelivekit-plugins-clova JSON
Version 1.2.17 PyPI version JSON
download
home_pageNone
SummaryLiveKit Agents Plugin for LINE Clova STT
upload_time2025-10-29 15:45:44
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9.0
licenseNone
keywords ai audio livekit realtime video voice webrtc
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Clova plugin for LiveKit Agents

Support for speech-to-text with [Clova](https://api.ncloud-docs.com/docs/).

See https://docs.livekit.io/agents/integrations/stt/clova/ for more information.

## Installation

```bash
pip install livekit-plugins-clova
```

## Pre-requisites

You need invoke url and secret key from Naver cloud platform -> Clova Speech and set as environment variables: `CLOVA_STT_INVOKE_URL` & `CLOVA_STT_SECRET_KEY`

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "livekit-plugins-clova",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9.0",
    "maintainer_email": null,
    "keywords": "ai, audio, livekit, realtime, video, voice, webrtc",
    "author": null,
    "author_email": "LiveKit <hello@livekit.io>",
    "download_url": "https://files.pythonhosted.org/packages/40/8a/c737875ef9e70ae97aeb988b981f577c07f2df6ced236d33688e4dbe7f6d/livekit_plugins_clova-1.2.17.tar.gz",
    "platform": null,
    "description": "# Clova plugin for LiveKit Agents\n\nSupport for speech-to-text with [Clova](https://api.ncloud-docs.com/docs/).\n\nSee https://docs.livekit.io/agents/integrations/stt/clova/ for more information.\n\n## Installation\n\n```bash\npip install livekit-plugins-clova\n```\n\n## Pre-requisites\n\nYou need invoke url and secret key from Naver cloud platform -> Clova Speech and set as environment variables: `CLOVA_STT_INVOKE_URL` & `CLOVA_STT_SECRET_KEY`\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "LiveKit Agents Plugin for LINE Clova STT",
    "version": "1.2.17",
    "project_urls": {
        "Documentation": "https://docs.livekit.io",
        "Source": "https://github.com/livekit/agents",
        "Website": "https://livekit.io/"
    },
    "split_keywords": [
        "ai",
        " audio",
        " livekit",
        " realtime",
        " video",
        " voice",
        " webrtc"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3f6d45c410bd1eade63b6691a5cdc7f955086601163ae0c1e183ef961859538c",
                "md5": "9876ef92f8fd1c11cbc270b2bd17d92d",
                "sha256": "c92b552597e966ee0027168d244289fc737cd429a967aa773ea73af2a73151a8"
            },
            "downloads": -1,
            "filename": "livekit_plugins_clova-1.2.17-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9876ef92f8fd1c11cbc270b2bd17d92d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.0",
            "size": 6716,
            "upload_time": "2025-10-29T15:45:44",
            "upload_time_iso_8601": "2025-10-29T15:45:44.006079Z",
            "url": "https://files.pythonhosted.org/packages/3f/6d/45c410bd1eade63b6691a5cdc7f955086601163ae0c1e183ef961859538c/livekit_plugins_clova-1.2.17-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "408ac737875ef9e70ae97aeb988b981f577c07f2df6ced236d33688e4dbe7f6d",
                "md5": "38797c12486ee37fa9fd9a5a78a1ae3f",
                "sha256": "685c068b889beb4ba523c537c0e9ff55b908d83fc95568e8e7d36be3ae8f0004"
            },
            "downloads": -1,
            "filename": "livekit_plugins_clova-1.2.17.tar.gz",
            "has_sig": false,
            "md5_digest": "38797c12486ee37fa9fd9a5a78a1ae3f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9.0",
            "size": 5625,
            "upload_time": "2025-10-29T15:45:44",
            "upload_time_iso_8601": "2025-10-29T15:45:44.840825Z",
            "url": "https://files.pythonhosted.org/packages/40/8a/c737875ef9e70ae97aeb988b981f577c07f2df6ced236d33688e4dbe7f6d/livekit_plugins_clova-1.2.17.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-29 15:45:44",
    "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-clova"
}
        
Elapsed time: 1.13770s