oreille


Nameoreille JSON
Version 0.1.4 PyPI version JSON
download
home_pagehttps://github.com/julien-duponchelle/oreille
SummaryOreille is a wrapper on OpenAPI Whisper API. It's provide support for long audio files.
upload_time2023-09-12 18:22:41
maintainer
docs_urlNone
authorJulien Duponchelle
requires_python>=3.5
licenseApache Software License 2.0
keywords oreille
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            OpenAPI Whisper support only files that are less than 25 MB. Oreille will break the audio file into chunks of 25 MB's or less.

https://platform.openai.com/docs/guides/speech-to-text/longer-inputs
Oreille will also compute the correct timing of the subtitle when merging the output of Whisper. So once you export the subtitle the timestamp of the subtitle will be right.
You can open and save WAV files with pure python. For opening and saving non-wav files – like mp3 – you'll need ffmpeg or libav.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/julien-duponchelle/oreille",
    "name": "oreille",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.5",
    "maintainer_email": "",
    "keywords": "oreille",
    "author": "Julien Duponchelle",
    "author_email": "julien@duponchelle.info",
    "download_url": "https://files.pythonhosted.org/packages/a4/9b/dc3ff04ab1835c3b4d408be611379b2361365c7a216baceb01d104dbe467/oreille-0.1.4.tar.gz",
    "platform": null,
    "description": "OpenAPI Whisper support only files that are less than 25 MB. Oreille will break the audio file into chunks of 25 MB's or less.\n\nhttps://platform.openai.com/docs/guides/speech-to-text/longer-inputs\nOreille will also compute the correct timing of the subtitle when merging the output of Whisper. So once you export the subtitle the timestamp of the subtitle will be right.\nYou can open and save WAV files with pure python. For opening and saving non-wav files \u2013 like mp3 \u2013 you'll need ffmpeg or libav.\n",
    "bugtrack_url": null,
    "license": "Apache Software License 2.0",
    "summary": "Oreille is a wrapper on OpenAPI Whisper API. It's provide support for long audio files.",
    "version": "0.1.4",
    "project_urls": {
        "Homepage": "https://github.com/julien-duponchelle/oreille"
    },
    "split_keywords": [
        "oreille"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a49bdc3ff04ab1835c3b4d408be611379b2361365c7a216baceb01d104dbe467",
                "md5": "bde50a6d9c1e38413bcfdb3401026a3c",
                "sha256": "cf2f7344953dd8860d220280d39d6812f07535f0a1067ad8119277f84a1619bf"
            },
            "downloads": -1,
            "filename": "oreille-0.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "bde50a6d9c1e38413bcfdb3401026a3c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.5",
            "size": 5419,
            "upload_time": "2023-09-12T18:22:41",
            "upload_time_iso_8601": "2023-09-12T18:22:41.096008Z",
            "url": "https://files.pythonhosted.org/packages/a4/9b/dc3ff04ab1835c3b4d408be611379b2361365c7a216baceb01d104dbe467/oreille-0.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-12 18:22:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "julien-duponchelle",
    "github_project": "oreille",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "oreille"
}
        
Elapsed time: 0.13027s