bandwidthestimation


Namebandwidthestimation JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/simonD3V/bandwidthestimation
SummarySignal processing tool to detect the maximum energy threshold of one or more audio files
upload_time2024-07-10 14:30:03
maintainerNone
docs_urlNone
authorSimon Devauchelle
requires_python>=3.10.2
licenseNone
keywords energy bandwidth estimation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Energy above a certain threshold may be lost due to compression manipulations (typically occurs when converting wav to mp3 to wav). This loss can be easily identified for a given sampling rate by examining the maximum frequency obtained for a percentage of the signal energy.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/simonD3V/bandwidthestimation",
    "name": "bandwidthestimation",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10.2",
    "maintainer_email": null,
    "keywords": "energy, bandwidth estimation",
    "author": "Simon Devauchelle",
    "author_email": "devausimon@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/2e/4a/ad7cbdf538cd028be6e2a956c79430b5fcfed106ad148677919d3ae1f59e/bandwidthestimation-0.1.0.tar.gz",
    "platform": null,
    "description": "Energy above a certain threshold may be lost due to compression manipulations (typically occurs when converting wav to mp3 to wav). This loss can be easily identified for a given sampling rate by examining the maximum frequency obtained for a percentage of the signal energy.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Signal processing tool to detect the maximum energy threshold of one or more audio files",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/simonD3V/bandwidthestimation"
    },
    "split_keywords": [
        "energy",
        " bandwidth estimation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "feaadba859c6a98d3e1e28ca66011d3801ec7eb4571f48bb0b26087a9920c2ac",
                "md5": "6addf49da6c94d1e61496bc14d1a64dd",
                "sha256": "2a4554a9ea5527d8d2b6206e2c31c51b1abf39c3e8f471f5838144e73a3507b6"
            },
            "downloads": -1,
            "filename": "bandwidthestimation-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6addf49da6c94d1e61496bc14d1a64dd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10.2",
            "size": 2971,
            "upload_time": "2024-07-10T14:30:00",
            "upload_time_iso_8601": "2024-07-10T14:30:00.164408Z",
            "url": "https://files.pythonhosted.org/packages/fe/aa/dba859c6a98d3e1e28ca66011d3801ec7eb4571f48bb0b26087a9920c2ac/bandwidthestimation-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2e4aad7cbdf538cd028be6e2a956c79430b5fcfed106ad148677919d3ae1f59e",
                "md5": "8b425bd8b99d0f7089f6359a975cbb96",
                "sha256": "beafbe0055152708180ce5c522cfc697065ebb0efd6d1873827e6787969e9c48"
            },
            "downloads": -1,
            "filename": "bandwidthestimation-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "8b425bd8b99d0f7089f6359a975cbb96",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10.2",
            "size": 2695,
            "upload_time": "2024-07-10T14:30:03",
            "upload_time_iso_8601": "2024-07-10T14:30:03.724476Z",
            "url": "https://files.pythonhosted.org/packages/2e/4a/ad7cbdf538cd028be6e2a956c79430b5fcfed106ad148677919d3ae1f59e/bandwidthestimation-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-10 14:30:03",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "simonD3V",
    "github_project": "bandwidthestimation",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "bandwidthestimation"
}
        
Elapsed time: 4.08984s