Audio Equaliser in C++

December 2024 - February 2025

I built a 5-band audio equaliser using C++ STL. The equaliser reads in an audio file and allows users to apply various gains to 5 frequency bands (sub-bass, bass, midrange, upper midrange, treble). It can also process stereo audio, apply dynamic range compression, and save the result into an audio file.

Tech: C++, MATLAB, Digital Signal Processing, Real-Time Processing