Reference Example - AidaDSP/AidaDSP.github.io GitHub Wiki

This is a guide from start to finish on "How to make a digital audio project with Aida DSP"

We want to realize a simple single band parametric equalizer and control its frequency of operation with an encoder knob.

Figure 1. Cambridge equalizer UAD

Figure 1. Cambridge equalizer UAD

  • What are parametric equalizers ? You can read Wikipedia's dedicated voice here.

All the hardware required is an Aida DSP board (which has an encoder mounted on it) and an Arduino Uno/Mega/Due.

Figure 2. Aida DSP mounted on Arduino

Figure 2. Aida DSP mounted on Arduino

Two versions of this reference project will be realized: one running at 48kHz, and the other at 96kHz.

  • All the files related to the project are available here

Next: Sigma Studio Programming