resampy 0.4.3


pip install resampy

  Latest version

Released: Mar 05, 2024

Project Links

Meta
Author: Brian McFee

Classifiers

License
  • OSI Approved :: ISC License (ISCL)

Programming Language
  • Python :: 3
  • Python :: 3.6
  • Python :: 3.7
  • Python :: 3.8
  • Python :: 3.9
  • Python :: 3.10
  • Python :: 3.11
  • Python :: 3.12

Development Status
  • 3 - Alpha

Intended Audience
  • Developers

Topic
  • Multimedia :: Sound/Audio :: Analysis

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

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras:
Dependencies:
numpy (>=1.17)
numba (>=0.53)
importlib-resources