Menu:

Latest news:

December 19, 2008:
Add a section on online learning, with some references + recent literature.

September 06, 2008:
Update publication's list (IEICE transaction acceptance).

May 23, 2008:
Add notes section + early draft for multivariate calculus

April 29, 2008:
Update publication's list

July 31, 2007:
Update pyem doc, update publication list.

Samplerate, a package for high quality samplerate convertion

Samplerate is a python module to do high quality resampling of audio signals, using sinc interpolation. Samplerate gives you functionalities similar to resample in matlab (the actual resampling method may differ, though), and is intended to be used with numpy arrays.

The full documentation can be found there.

Download

Sources and windows binaries can be found on Pypi.

Acknowledgments

Please note that samplerate is essentially a wrapper around the Sampling Rate Conversion library, aka Source Rabbit Code, the high quality sampling rate convertion library of Erik Castrop de Lopo.

LICENSE

Samplerate is licensed under the GPL license (as is Source Rabbit Code).