Skip to content

bmcfee/resampy

Folders and files

NameName
Last commit message
Last commit date
Sep 28, 2024
Sep 30, 2024
Oct 25, 2016
Sep 13, 2024
Sep 13, 2024
Mar 5, 2024
Sep 8, 2017
Apr 23, 2022
Sep 28, 2024
Aug 15, 2019
Dec 3, 2016
Jun 17, 2022
Sep 9, 2022
Jun 22, 2022
Jun 17, 2022
Mar 5, 2024
Jun 17, 2022

Repository files navigation

resampy

GitHub license PyPI Anaconda-Server Badge CI codecov Documentation Status DOI

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/.

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