Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months ago
JSON representation
Collection of digital audio filter plugins using the JUCE DSP module.
- Host: GitHub
- URL: https://github.com/w-frank/juce-audio-filters
- Owner: w-frank
- Created: 2020-10-30T08:51:34.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-30T08:55:17.000Z (about 4 years ago)
- Last Synced: 2024-08-04T02:09:09.219Z (6 months ago)
- Language: Makefile
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-juce - juce-audio-filters - frank](https://github.com/w-frank)</sup> | Collection of digital audio filter plugins using the JUCE DSP module| |1|Β 4Β years<sub><sup>π΄</sup></sub>| (Effects)
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
```