Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/w-frank/juce-audio-filters

Collection of digital audio filter plugins using the JUCE DSP module.
https://github.com/w-frank/juce-audio-filters

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# JUCE Audio Filters

Collection of digital audio filter plugins using the JUCE DSP module. Built using the [JUCE](https://github.com/juce-framework/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](https://github.com/TheAudioProgrammer/).

## Build Environment
* JUCE v6.0.4
* Ubuntu 18.04.5 LTS

## Build
```bash
cd /Builds/LinuxMakefile
make
```