harveyf2801 / AudioFX-Compressor

Audio Software Development Project | Implementation of an audio compressor designed in MATLAB and developed in C++ with the JUCE framework.
0 stars 0 forks source link
audio-plugin compressor cpp dsp juce matlab

AudioFX - Compressor

cpp-linter

This project implements an audio compressor plugin using JUCE and C++. The compressor applies dynamic range compression to audio signals. A MATLAB/Python design script is provided in the Demonstration directory of the project, outlining the DSP used in the plugin.

Features

Completed

To do

Building the project

When building the project, make sure to download the whole repo and open the project through the ProJucer application.