digital-stage / zita-resampler
Libzita-resampler is a C++ library for resampling audio signals. It is designed to be used within a real-time processing context, to be fast, and to provide high-quality sample rate conversion.
☆27Updated 3 years ago
Alternatives and similar repositories for zita-resampler:
Users that are interested in zita-resampler are comparing it to the libraries listed below
- Algorithmic reverb VST using FDN's☆42Updated 6 years ago
- Plugin to do stereo widening with decorrelation☆29Updated 2 months ago
- An example audio plugin using RTNeural with a variant model type☆19Updated 2 years ago
- My implementation of a Multi-band Dynamic Range Compressor Audio Plugin developed using JUCE☆30Updated 6 years ago
- A Pitch shifter plugin implementation using JUCE and rubberband☆15Updated 2 years ago
- Scattering delay networks plugin in Juce☆27Updated 4 months ago
- IIR Hilbert filter: short, dependency-free, header-only C++☆27Updated 3 months ago
- Revised versions of Reiss and McPherson's "Audio Effects" examples☆60Updated 5 years ago
- An efficient C++ loop classifier and tempo estimator☆23Updated 4 months ago
- Dynamic Equalizer written in C++ using JUCE.☆14Updated 3 years ago
- Modelling Spring Reverb with Neural Audio Effects☆51Updated 2 weeks ago
- Supplementary code for the paper presented at the DAFx20in22 conference in Vienna.☆17Updated 2 years ago
- Neural Cab is a FIR guitar cabinet simulator which generates its transfer functions by means of a Variational Auto-Encoder (VAE) trained …☆19Updated 2 years ago
- A pitch-shifter example using the Bungee library☆22Updated 8 months ago
- A simple wrapper of the fastest (and most free) FFT libraries for all major platforms☆17Updated 4 years ago
- This class takes care of buffering input and output samples for a FFT processing with a hop-size of nFFT/2 and Hann windowing. An exampla…☆16Updated 5 years ago
- C++ classes for an IIR look-ahead limiter implementing cascaded exponential smoothers for low-distortion peak limiting and maximisation.