jatinchowdhury18 / ComplexNonlinearities

Complex Nonlinearities for Audio Signal Processing
GNU General Public License v3.0
189 stars 21 forks source link
audio-plugin dsp juce

Complex Nonlinearities

Build

This repository contains recent research exploring purely digital complex nonlinear signal processing. Articles explaining the project in further detail can be found on Medium. A technical project overview is available online here.

Each nonlinear effect is available as an audio plugins (VST/VST3/AU). Builds of each plugin are available for Mac and Windows in the Bin/ directory. Linux users can find builds available on the Open Build Service, courtesy of Konstantin Voinov.

Current nonlinearities include:

  1. Double Soft Clipper Medium Jupyter
Pic
  1. Harmonic Exciter Medium Jupyter
Pic
  1. Hysteresis Medium Jupyter
Pic
  1. Nonlinear Biquad Medium Jupyter Paper
Pic
  1. Nonlinear Feedback Medium Jupyter
Pic
  1. Wavefolding Medium Jupyter
Pic
  1. Adaptive EQ Medium Jupyter
Pic
  1. Nonlinear Allpass Medium Jupyter
Pic
  1. Subharmonics Generator Medium Jupyter
Pic
  1. Gated Recurrent Distortion Medium Jupyter
Pic

Organization

Each subfolder contains a specific nonlinearity, including Python simulations and a real-time implementation in JUCE/C++.

Binary files for each plugin can be found in the Bin/ folder. Currently only Windows builds and unsigned Mac builds are available.

License

The code in this repository is freely available under the GNU General Public License