# resampy
[![GitHub license](https://img.shields.io/badge/license-ISC-blue.svg)](https://raw.githubusercontent.com/bmcfee/resampy/master/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/resampy.svg)](https://pypi.python.org/pypi/resampy)
[![Anaconda-Server Badge](https://anaconda.org/conda-forge/resampy/badges/version.svg)](https://anaconda.org/conda-forge/resampy)
[![CI](https://github.com/bmcfee/resampy/actions/workflows/ci.yml/badge.svg)](https://github.com/bmcfee/resampy/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/bmcfee/resampy/branch/main/graph/badge.svg?token=o6a0xO89rz)](https://codecov.io/gh/bmcfee/resampy)
[![Documentation Status](https://readthedocs.org/projects/resampy/badge/?version=stable)](https://resampy.readthedocs.io/en/stable/?badge=stable)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.596633.svg)](https://doi.org/10.5281/zenodo.596633)
Efficient sample rate conversion in Python.
This package implements the band-limited sinc interpolation method for sampling rate conversion as described by:
> Smith, Julius O. Digital Audio Resampling Home Page
> Center for Computer Research in Music and Acoustics (CCRMA),
> Stanford University, 2015-02-23.
> Web published at [http://ccrma.stanford.edu/~jos/resample/](http://ccrma.stanford.edu/~jos/resample/).
# Installation
`resampy` can be installed `pip` by the following command:
```
python -m pip install resampy
```
It can also be installed by `conda` as follows:
```
conda install -c conda-forge resampy
```
Raw data
{
"_id": null,
"home_page": "https://github.com/bmcfee/resampy",
"name": "resampy",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "Brian McFee",
"author_email": "brian.mcfee@nyu.edu",
"download_url": "https://files.pythonhosted.org/packages/29/f1/34be702a69a5d272e844c98cee82351f880985cfbca0cc86378011078497/resampy-0.4.3.tar.gz",
"platform": null,
"description": "# resampy\n[![GitHub license](https://img.shields.io/badge/license-ISC-blue.svg)](https://raw.githubusercontent.com/bmcfee/resampy/master/LICENSE)\n[![PyPI](https://img.shields.io/pypi/v/resampy.svg)](https://pypi.python.org/pypi/resampy)\n[![Anaconda-Server Badge](https://anaconda.org/conda-forge/resampy/badges/version.svg)](https://anaconda.org/conda-forge/resampy)\n[![CI](https://github.com/bmcfee/resampy/actions/workflows/ci.yml/badge.svg)](https://github.com/bmcfee/resampy/actions/workflows/ci.yml)\n[![codecov](https://codecov.io/gh/bmcfee/resampy/branch/main/graph/badge.svg?token=o6a0xO89rz)](https://codecov.io/gh/bmcfee/resampy)\n[![Documentation Status](https://readthedocs.org/projects/resampy/badge/?version=stable)](https://resampy.readthedocs.io/en/stable/?badge=stable)\n[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.596633.svg)](https://doi.org/10.5281/zenodo.596633)\n\nEfficient sample rate conversion in Python.\n\nThis package implements the band-limited sinc interpolation method for sampling rate conversion as described by:\n> Smith, Julius O. Digital Audio Resampling Home Page\n> Center for Computer Research in Music and Acoustics (CCRMA), \n> Stanford University, 2015-02-23.\n> Web published at [http://ccrma.stanford.edu/~jos/resample/](http://ccrma.stanford.edu/~jos/resample/).\n\n\n# Installation\n\n`resampy` can be installed `pip` by the following command:\n```\npython -m pip install resampy\n```\n\nIt can also be installed by `conda` as follows:\n```\nconda install -c conda-forge resampy\n```\n",
"bugtrack_url": null,
"license": "ISC",
"summary": "Efficient signal resampling",
"version": "0.4.3",
"project_urls": {
"Download": "https://github.com/bmcfee/resampy/releases",
"Homepage": "https://github.com/bmcfee/resampy"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "4db93b00ac340a1aab3389ebcc52c779914a44aadf7b0cb7a3bf053195735607",
"md5": "9d5f4a774c9a5ca15c378cf234116b1c",
"sha256": "ad2ed64516b140a122d96704e32bc0f92b23f45419e8b8f478e5a05f83edcebd"
},
"downloads": -1,
"filename": "resampy-0.4.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "9d5f4a774c9a5ca15c378cf234116b1c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 3076529,
"upload_time": "2024-03-05T20:36:02",
"upload_time_iso_8601": "2024-03-05T20:36:02.439454Z",
"url": "https://files.pythonhosted.org/packages/4d/b9/3b00ac340a1aab3389ebcc52c779914a44aadf7b0cb7a3bf053195735607/resampy-0.4.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "29f134be702a69a5d272e844c98cee82351f880985cfbca0cc86378011078497",
"md5": "78a157fbe0f52250e96e19ee769cd064",
"sha256": "a0d1c28398f0e55994b739650afef4e3974115edbe96cd4bb81968425e916e47"
},
"downloads": -1,
"filename": "resampy-0.4.3.tar.gz",
"has_sig": false,
"md5_digest": "78a157fbe0f52250e96e19ee769cd064",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3080604,
"upload_time": "2024-03-05T20:36:08",
"upload_time_iso_8601": "2024-03-05T20:36:08.119291Z",
"url": "https://files.pythonhosted.org/packages/29/f1/34be702a69a5d272e844c98cee82351f880985cfbca0cc86378011078497/resampy-0.4.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-03-05 20:36:08",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "bmcfee",
"github_project": "resampy",
"travis_ci": true,
"coveralls": true,
"github_actions": true,
"lcname": "resampy"
}