jatinchowdhury18 / ComplexNonlinearities

Complex Nonlinearities for Audio Signal Processing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Complex Nonlinearities for Audio Signal Processing

License:GNU General Public License v3.0


Languages

Language:C++ 39.6%Language:TeX 33.9%Language:Python 26.2%Language:Shell 0.2%