Skip to content

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

Notifications You must be signed in to change notification settings

w-frank/juce-audio-filters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published