wavesplit


Namewavesplit JSON
Version 0.0.3 PyPI version JSON
download
home_pagehttps://github.com/SpeechifyInc/wavesplit
SummaryA package for splitting waves and merging them
upload_time2022-12-01 14:29:21
maintainer
docs_urlNone
authortyler
requires_python>=3.7
licenseGNU General Public License v2
keywords nbdev jupyter notebook python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            wavesplit
================

<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

wavesplit is a package for merging multiple wav files together and then
splitting them later based on the perserved lengths. It enables you to
perform any sort of operation on the merged file before splitting back
to the original clips.

Requires you to have `sox` installed from <https://sox.sourceforge.net/>

## Install

`pip install wavesplit`

## How to use

Simply input the wav files using `wavesplit` or `wavemerge`

`wavesplit merged.wav merged.txt`

Or

`wavemerge *.wav`

Which will output `merged.txt` and `merged.wav`



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/SpeechifyInc/wavesplit",
    "name": "wavesplit",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "nbdev jupyter notebook python",
    "author": "tyler",
    "author_email": "tylerweitzman@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/7c/a0/01512ad4e98d63fbef13d7dc0f4b3bdd5f5808cbb6a80118ca2264c3ff4d/wavesplit-0.0.3.tar.gz",
    "platform": null,
    "description": "wavesplit\n================\n\n<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->\n\nwavesplit is a package for merging multiple wav files together and then\nsplitting them later based on the perserved lengths. It enables you to\nperform any sort of operation on the merged file before splitting back\nto the original clips.\n\nRequires you to have `sox` installed from <https://sox.sourceforge.net/>\n\n## Install\n\n`pip install wavesplit`\n\n## How to use\n\nSimply input the wav files using `wavesplit` or `wavemerge`\n\n`wavesplit merged.wav merged.txt`\n\nOr\n\n`wavemerge *.wav`\n\nWhich will output `merged.txt` and `merged.wav`\n\n\n",
    "bugtrack_url": null,
    "license": "GNU General Public License v2",
    "summary": "A package for splitting waves and merging them",
    "version": "0.0.3",
    "split_keywords": [
        "nbdev",
        "jupyter",
        "notebook",
        "python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "fa0ca76d16dfe34df4c55b9f375523fe",
                "sha256": "cce80fad4d8183c4c6b8eae1c199a24fe87628909aaad52f9c40054d9852e151"
            },
            "downloads": -1,
            "filename": "wavesplit-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fa0ca76d16dfe34df4c55b9f375523fe",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 15874,
            "upload_time": "2022-12-01T14:29:19",
            "upload_time_iso_8601": "2022-12-01T14:29:19.839868Z",
            "url": "https://files.pythonhosted.org/packages/72/44/60f3b805b8aedd7e741470a75031afb5230c3af737834845c503638bba59/wavesplit-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "e354a5784d532fa7ffe57173a5e0494e",
                "sha256": "1b0d1df68dc47797f74424d58e9aae06c1cab1ebe1433fafa6b2c7f68c8bdc87"
            },
            "downloads": -1,
            "filename": "wavesplit-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "e354a5784d532fa7ffe57173a5e0494e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 16494,
            "upload_time": "2022-12-01T14:29:21",
            "upload_time_iso_8601": "2022-12-01T14:29:21.665605Z",
            "url": "https://files.pythonhosted.org/packages/7c/a0/01512ad4e98d63fbef13d7dc0f4b3bdd5f5808cbb6a80118ca2264c3ff4d/wavesplit-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-01 14:29:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "SpeechifyInc",
    "github_project": "wavesplit",
    "lcname": "wavesplit"
}
        
Elapsed time: 0.01380s