Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 632 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 632 Bytes

JUCE Audio Filters

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