All Projects → bmcfee → Resampy

bmcfee / Resampy

Licence: isc
Efficient sample rate conversion in python

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Resampy

Fundsp
Audio DSP library featuring an inline graph notation for audio processing
Stars: ✭ 45 (-70.97%)
Mutual labels:  audio, dsp
Faust
Functional programming language for signal processing and sound synthesis
Stars: ✭ 1,360 (+777.42%)
Mutual labels:  audio, dsp
Synstack
Modular soft synth & Forth based VM for audio DSL experiments
Stars: ✭ 79 (-49.03%)
Mutual labels:  audio, dsp
Vst2
Bindings for vst2 sdk
Stars: ✭ 39 (-74.84%)
Mutual labels:  audio, dsp
Jamesdspmanager
Audio DSP effects build on Android system framework layer. This is a repository contains a pack of high quality DSP algorithms specialized for audio processing.
Stars: ✭ 136 (-12.26%)
Mutual labels:  audio, dsp
Ebur128
Implementation of the EBU R128 loudness standard
Stars: ✭ 43 (-72.26%)
Mutual labels:  audio, dsp
Pipe
DSP pipeline
Stars: ✭ 87 (-43.87%)
Mutual labels:  audio, dsp
Pyo
Python DSP module
Stars: ✭ 904 (+483.23%)
Mutual labels:  audio, dsp
Noise reduction
Speech noise reduction which was generated using existing post-production techniques implemented in Python
Stars: ✭ 130 (-16.13%)
Mutual labels:  audio, dsp
Edsp
A cross-platform DSP library written in C++ 11/14. This library harnesses the power of C++ templates to implement a complete set of DSP algorithms.
Stars: ✭ 116 (-25.16%)
Mutual labels:  audio, dsp
Kfr
Fast, modern C++ DSP framework, FFT, Sample Rate Conversion, FIR/IIR/Biquad Filters (SSE, AVX, AVX-512, ARM NEON)
Stars: ✭ 985 (+535.48%)
Mutual labels:  audio, dsp
Essentia
C++ library for audio and music analysis, description and synthesis, including Python bindings
Stars: ✭ 1,985 (+1180.65%)
Mutual labels:  audio, dsp
Guitard
Node based multi effects audio processor
Stars: ✭ 31 (-80%)
Mutual labels:  audio, dsp
Baseplug
MVC audio plugin framework for rust
Stars: ✭ 44 (-71.61%)
Mutual labels:  audio, dsp
Awesome Musicdsp
A curated list of my favourite music DSP and audio programming resources
Stars: ✭ 871 (+461.94%)
Mutual labels:  audio, dsp
Cross Adaptive Audio
Evolving Artificial Neural Networks for Cross-Adaptive Audio Effects
Stars: ✭ 82 (-47.1%)
Mutual labels:  audio, dsp
Roc Toolkit
Real-time audio streaming over the network.
Stars: ✭ 673 (+334.19%)
Mutual labels:  audio, dsp
Foo uie dsp switcher
A dropdown combobox for changing DSP presets quickly. For foobar2000 0.9+
Stars: ✭ 5 (-96.77%)
Mutual labels:  audio, dsp
Soul
The SOUL programming language and API
Stars: ✭ 1,566 (+910.32%)
Mutual labels:  audio, dsp
Audio Plugin Development Resources
Various resources related to developing plugins for audio production.
Stars: ✭ 136 (-12.26%)
Mutual labels:  audio, dsp

resampy

GitHub license PyPI Anaconda-Server Badge Anaconda-Server Badge Build Status Circle CI TravisCI AppVeyor Coverage Status Dependency Status 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 compiled from source via pip by saying:

pip install resampy

Pre-built packages can be installed with conda by saying:

conda install -c conda-forge resampy
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].