Document not found! Please try again

resampy: efficient sample rate conversion in Python - Open Journals

4 downloads 0 Views 111KB Size Report
This package implements efficient, high-quality sample rate conversion using the band- limited sinc interpolation method (Smith 2002). This method supports ...
resampy: efficient sample rate conversion in Python Brian McFee1 DOI: 10.21105/joss.00125

1 New York University

Software • Review • Repository • Archive Licence Authors of JOSS papers retain copyright and release the work under a Creative Commons Attribution 4.0 International License (CC-BY).

Summary This package implements efficient, high-quality sample rate conversion using the bandlimited sinc interpolation method (Smith 2002). This method supports fast sample rate conversion for long and multi-channel signals. Its functionality and features are similar to libsamplerate (Castro 2005), but it differs by having a permissive (BSD-style) license, and it is written in Cython so that it is easier to install and use within larger Python projects.

References Castro, Erik de. 2005. “Secret Rabbit Code (Aka Libsamplerate)(software).”

Smith, Julius O. 2002. Digital Audio Resampling Home Page. https://ccrma.stanford.edu/ jos/resam

McFee, (2016). resampy: efficient sample rate conversion in Python. Journal of Open Source Software, 1(8), 125, doi:10.21105/joss.00125

1

Suggest Documents