oi-voice


Nameoi-voice JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryNone
upload_time2024-07-27 01:47:59
maintainerNone
docs_urlNone
authorNone
requires_python>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # oi-voice

Add voice capability to Open Interpreter.

## Installation

```bash
pip install oi-voice
```

## Usage

```bash
oi-voice path/to/audio/file.wav
```

This will transcribe the audio file, send the transcription to Open Interpreter, and save the response as an audio file.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "oi-voice",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/98/0c/a72479ef66d21e82d256609790ee77ee403ed887b142be0ae49bd49668eb/oi_voice-0.1.0.tar.gz",
    "platform": null,
    "description": "# oi-voice\n\nAdd voice capability to Open Interpreter.\n\n## Installation\n\n```bash\npip install oi-voice\n```\n\n## Usage\n\n```bash\noi-voice path/to/audio/file.wav\n```\n\nThis will transcribe the audio file, send the transcription to Open Interpreter, and save the response as an audio file.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": null,
    "version": "0.1.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b6bb8df61dbea40ffc11d3376d30443994b00f6ec2c21ecdd5ef315cc07caf4a",
                "md5": "93a1fbbcf0b7fbcf6ddbdea0b83185cc",
                "sha256": "7a47b55203a8752163f4c82003cb8caf3902d4227c08c75f84f756f2a47bc1e6"
            },
            "downloads": -1,
            "filename": "oi_voice-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "93a1fbbcf0b7fbcf6ddbdea0b83185cc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 3562,
            "upload_time": "2024-07-27T01:47:58",
            "upload_time_iso_8601": "2024-07-27T01:47:58.305629Z",
            "url": "https://files.pythonhosted.org/packages/b6/bb/8df61dbea40ffc11d3376d30443994b00f6ec2c21ecdd5ef315cc07caf4a/oi_voice-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "980ca72479ef66d21e82d256609790ee77ee403ed887b142be0ae49bd49668eb",
                "md5": "3eefd98e2005bb0340b0481bbc93543c",
                "sha256": "c84a4aa435e298e15226a021d614a0089eff37154963cd94cff1080687c6c6e7"
            },
            "downloads": -1,
            "filename": "oi_voice-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "3eefd98e2005bb0340b0481bbc93543c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 2849,
            "upload_time": "2024-07-27T01:47:59",
            "upload_time_iso_8601": "2024-07-27T01:47:59.793638Z",
            "url": "https://files.pythonhosted.org/packages/98/0c/a72479ef66d21e82d256609790ee77ee403ed887b142be0ae49bd49668eb/oi_voice-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-27 01:47:59",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "oi-voice"
}
        
Elapsed time: 0.40413s