radoslawregula / reverb-juce-app

An application adding reverberation to a WAV file with 12-line FDN.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reverb effect based on JUCE framework

An audio application adding a reverberation effect to the WAV file under 10 seconds, allowing user to visualize the audio file, choose the reverb parameters and bit depth of the resulting signal.

The reverb algorithm used is 12-line feedback delay network, utilizing a Householder matrix as feedback matrix. The application works with uncompressed audio files, 44.1 kHz sampling rate, mono or stereo.

The program was built using JUCE framework.

The project was completed as an engineering thesis at AGH University of Science and Technology in Cracow, Poland.

app-interface

About

An application adding reverberation to a WAV file with 12-line FDN.


Languages

Language:C++ 77.3%Language:C 16.3%Language:Objective-C++ 6.5%