Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/radoslawregula/reverb-juce-app
An application adding reverberation to a WAV file with 12-line FDN.
https://github.com/radoslawregula/reverb-juce-app
audio-effect audio-processing cpp juce juce-application music-production reverb reverberation wav
Last synced: about 9 hours ago
JSON representation
An application adding reverberation to a WAV file with 12-line FDN.
- Host: GitHub
- URL: https://github.com/radoslawregula/reverb-juce-app
- Owner: radoslawregula
- Created: 2020-01-29T19:46:00.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-29T20:24:25.000Z (almost 5 years ago)
- Last Synced: 2023-10-20T00:14:16.244Z (about 1 year ago)
- Topics: audio-effect, audio-processing, cpp, juce, juce-application, music-production, reverb, reverberation, wav
- Language: C++
- Homepage:
- Size: 49.8 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://i.imgur.com/9UuLDeH.jpg)