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 https://ccrma.stanford.edu/~jos/resample/.
resampy
can be compiled from source via pip
by saying:
pip install resampy
Pre-built packages can be installed with conda
by saying:
conda install -c conda-forge resampy