
Multi Effects Plugin - Developed in RackAFX and Visual Studio through a solid understanding of DSP concepts and C++. An audio plugin that contains an envelope follower, delay, reverb and more effects.Tutorial Video and PDF Below.

Software and DSP Projects
iOS Audio Player: Developed with Objective-C, audio player applications that give the user over basic playback controls as well as audio effects and FFT Visualization.



DFT Filtering: Using a .wav file, add a random "dirty" frequency to the file using a given getDirty.m function. Take the DFT of the signal, and separate the magnitude and phase components. Then find the bin of the greatest magnitude and set a range around that bin to 0. Reconstruct the complex form using phasor form. Then take the Inverse DFT to the signal back in to the time domain.




