Metadata-Version: 2.1
Name: samplerate2
Version: 0.0.2
Summary: Monolithic python wrapper for libsamplerate
Home-page: https://github.com/fakufaku/python-samplerate2
Author: Robin Scheibler
Author-email: fakufaku@gmail.com
Description-Content-Type: text/markdown
License-File: LICENSE

# samplerate2

A thin wrapper around the [libsamplerate](https://github.com/libsndfile/libsamplerate) library.
This is a drop-in replacement for the [samplerate](https://github.com/tuxu/python-samplerate/) package.

The library is statically linked which I hope should resolve some portability issues of [samplerate](https://github.com/tuxu/python-samplerate/).
Compared to [resampy](https://github.com/bmcfee/resampy), samplerate2 only depends on numpy.
