JUCE Audio Filters

October 30, 2020 ยท View on GitHub

Collection of digital audio filter plugins using the JUCE DSP module. Built using the JUCE audio application framework.

  • Finite impulse response (FIR) filter (lowpass, cutoff control)
  • Infinite impulse reponse (IIR) filter (lowpass, cutoff/resonance control)
  • State variable (SV) filter (lowpass/bandpass/highpass, cutoff/resonance control)

Based on the excellent tutorials by The Audio Programmer.

Build Environment

  • JUCE v6.0.4
  • Ubuntu 18.04.5 LTS

Build

cd <filter_type>/Builds/LinuxMakefile
make