voxScribe


NamevoxScribe JSON
Version 0.1.2 PyPI version JSON
download
home_page
SummaryExtract text from .wav and .mp3 files.
upload_time2023-01-18 22:58:54
maintainer
docs_urlNone
authorMatt Manes
requires_python>=3.10
license
keywords audio speech text
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # voxScribe
Extract text from .wav and .mp3 files. <br>
Install with:
<pre>pip install voxScribe</pre>
FFmpeg also needs to be installed and in your PATH.<br>
It can be obtained here: https://ffmpeg.org/ <br>
Usage:<br>
<pre>
from voxScribe import getTextFromUrl, getTextFromWav, getTextFromMp3
# For web hosted audio (mp3 or wav needs to be specified in the second argument)
text = getTextFromUrl('https://somewebsite.com/the-page-where-we-keep-sounds/guess-what-im-saying.mp3', '.mp3')
#For local files
text = getTextFromMp3('some/filePath/someAudio.mp3')
#or
text = getTextFromWav('some/other/filePath/someOtherAudio.wav')
</pre>
            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "voxScribe",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "audio,speech,text",
    "author": "Matt Manes",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/78/07/55bb7e39d52f3bf9cdcb2154d5d925579a8c6f4bae24e3b640aae1b4d992/voxscribe-0.1.2.tar.gz",
    "platform": null,
    "description": "# voxScribe\nExtract text from .wav and .mp3 files. <br>\nInstall with:\n<pre>pip install voxScribe</pre>\nFFmpeg also needs to be installed and in your PATH.<br>\nIt can be obtained here: https://ffmpeg.org/ <br>\nUsage:<br>\n<pre>\nfrom voxScribe import getTextFromUrl, getTextFromWav, getTextFromMp3\n# For web hosted audio (mp3 or wav needs to be specified in the second argument)\ntext = getTextFromUrl('https://somewebsite.com/the-page-where-we-keep-sounds/guess-what-im-saying.mp3', '.mp3')\n#For local files\ntext = getTextFromMp3('some/filePath/someAudio.mp3')\n#or\ntext = getTextFromWav('some/other/filePath/someOtherAudio.wav')\n</pre>",
    "bugtrack_url": null,
    "license": "",
    "summary": "Extract text from .wav and .mp3 files.",
    "version": "0.1.2",
    "split_keywords": [
        "audio",
        "speech",
        "text"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2cb8da39fb79a120f7262deb9475a657ed8d3bc1019467a8bff9e20fca3bcf50",
                "md5": "86c7f6b8272fce258ad9eb516bf9771d",
                "sha256": "dd37a943d6bbf167f9d698d1eea3f88c24f4adad76d6f57efb51e9707da77958"
            },
            "downloads": -1,
            "filename": "voxscribe-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "86c7f6b8272fce258ad9eb516bf9771d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 3637,
            "upload_time": "2023-01-18T22:58:53",
            "upload_time_iso_8601": "2023-01-18T22:58:53.046679Z",
            "url": "https://files.pythonhosted.org/packages/2c/b8/da39fb79a120f7262deb9475a657ed8d3bc1019467a8bff9e20fca3bcf50/voxscribe-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "780755bb7e39d52f3bf9cdcb2154d5d925579a8c6f4bae24e3b640aae1b4d992",
                "md5": "bc541a7cf2b4b38121092498205551ce",
                "sha256": "1369d860530d9b39dad7f374e337f9939063707ed1cecc5da047415f2e1b17ef"
            },
            "downloads": -1,
            "filename": "voxscribe-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "bc541a7cf2b4b38121092498205551ce",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 6151,
            "upload_time": "2023-01-18T22:58:54",
            "upload_time_iso_8601": "2023-01-18T22:58:54.651477Z",
            "url": "https://files.pythonhosted.org/packages/78/07/55bb7e39d52f3bf9cdcb2154d5d925579a8c6f4bae24e3b640aae1b4d992/voxscribe-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-18 22:58:54",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "voxscribe"
}
        
Elapsed time: 0.02874s