Skip to main content

High quality, one-dimensional sample-rate conversion library

Project description

Python-SoXR

High quality, one-dimensional sample-rate conversion library for Python

Installation

pip install soxr

If installation fails, upgrade pip with python -m pip install --upgrade pip and try again.

Basic usage

import soxr

y = soxr.resample(
    x,          # 1D(mono) or 2D(frames, channels) array input
    48000,      # input samplerate
    16000       # target samplerate
)

Output is 2D numpy.ndarray with shape (frames, channels).

Credits

libsoxr (LGPLv2.1+)

https://sourceforge.net/projects/soxr/
Python-SoXR is a Python wrapper of libsoxr

PFFFT (BSD-like)

https://bitbucket.org/jpommier/pffft/
libsoxr uses PFFFT as FFT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

soxr-0.1.1.tar.gz (104.2 kB view hashes)

Uploaded Source

Built Distribution

soxr-0.1.1-cp38-cp38-win_amd64.whl (177.2 kB view hashes)

Uploaded CPython 3.8 Windows x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page